Skip to content

Commit 049245b

Browse files
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19cbb7f commit 049245b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: MyPy cache
7676
if: ${{ matrix.step == 'mypy' }}
77-
uses: actions/cache@v4
77+
uses: actions/cache@v5
7878
with:
7979
path: .mypy_cache/${{ env.py-semver }}
8080
key: mypy-${{ env.py-semver }}
@@ -191,7 +191,7 @@ jobs:
191191
192192
- name: Singularity cache
193193
if: ${{ matrix.container == 'singularity' }}
194-
uses: actions/cache@v4
194+
uses: actions/cache@v5
195195
with:
196196
path: sifcache
197197
key: singularity
@@ -293,7 +293,7 @@ jobs:
293293
pip install tox tox-gh-actions
294294
# # docker for mac install is not currently stable
295295
# - name: 'SETUP MacOS: load Homebrew cache'
296-
# uses: actions/cache@v4
296+
# uses: actions/cache@v5
297297
# if: runner.os == 'macOS'
298298
# with:
299299
# path: |

.github/workflows/quay-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
2727
- name: Cache Docker layers
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: /tmp/.buildx-cache
3131
key: ${{ runner.os }}-multi-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)