We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ba201 commit 25b87adCopy full SHA for 25b87ad
.github/workflows/cd-prod.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: 'pip'
28
29
- name: caching
30
- uses: actions/cache@v4
+ uses: actions/cache@v5
31
with:
32
key: ${{ github.ref }}
33
path: .cache
.github/workflows/cd-stage.yml
@@ -32,7 +32,7 @@ jobs:
34
35
36
37
38
0 commit comments