Skip to content

Commit adb4358

Browse files
dependabot: 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 7cae24c commit adb4358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'pip'
2828

2929
- name: caching
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
key: ${{ github.ref }}
3333
path: .cache

.github/workflows/cd-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'pip'
3333

3434
- name: caching
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
key: ${{ github.ref }}
3838
path: .cache

0 commit comments

Comments
 (0)