Skip to content

Commit 25b87ad

Browse files
dependabot: bump actions/cache from 4 to 5 (#266)
1 parent a0ba201 commit 25b87ad

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)