Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#8693)
Browse files Browse the repository at this point in the history
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](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 83f8053 commit 6d58483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker_labels: ${{ steps.docker.outputs.labels }}
steps:
- name: Cache environment files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildkitd.toml
key: ${{ github.workflow }}-environment
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
type=semver,pattern={{version}},enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
type=semver,pattern={{major}}.{{minor}},enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
- name: Restore environment files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildkitd.toml
key: ${{ github.workflow }}-environment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker_labels: ${{ steps.docker.outputs.labels }}
steps:
- name: Cache environment files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildkitd.toml
key: ${{ github.workflow }}-environment
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Restore environment files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildkitd.toml
key: ${{ github.workflow }}-environment
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Cache environment files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/buildkitd.toml
key: ${{ github.workflow }}-environment
Expand Down

0 comments on commit 6d58483

Please sign in to comment.