Skip to content
Snippets Groups Projects
Unverified Commit 84e0cc31 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/cache from 3 to 4 (#16)

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: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent e7987364
No related branches found
No related tags found
Loading
Pipeline #39275 passed
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
# Cache dependencies # Cache dependencies
# https://github.com/actions/cache # https://github.com/actions/cache
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-multi-buildx-${{ github.sha }} key: ${{ runner.os }}-multi-buildx-${{ github.sha }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment