Bump actions/cache from 3 to 4 (#16824)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 22, 2024 at 07:49 UTC
37d224b784e24ad2b5c5aea4e7a8675914fb0120
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -184,7 +184,7 @@ jobs:
184
- name: Cache
185
if: (github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'run-ci/no-cache')) && needs.file-check.outputs.run == 'true'
186
id: cache
187
- uses: actions/cache@v3
187
+ uses: actions/cache@v4
188
with:
189
path: artifacts/cache
190
key: ${{ steps.cache-key.outputs.key }}