Skip to content

Commit 39b13eb

Browse files
Update ci.yml
1 parent 83e3162 commit 39b13eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "dir=$(poetry config cache-dir)" >> $GITHUB_OUTPUT
3838

3939
- name: Cache poetry dependencies
40-
uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
40+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
4141
with:
4242
path: ${{ steps.poetry-cache.outputs.dir }}
4343
key:
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "dir=$(poetry config cache-dir)" >> $GITHUB_OUTPUT
7474

7575
- name: Cache poetry dependencies
76-
uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
76+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7777
with:
7878
path: ${{ steps.poetry-cache.outputs.dir }}
7979
key: ${{ runner.os }}-poetry-3.8-${{ hashFiles('**/poetry.lock') }}
@@ -110,7 +110,7 @@ jobs:
110110
run: echo "dir=$(poetry config cache-dir)" >> $GITHUB_OUTPUT
111111

112112
- name: Cache poetry dependencies
113-
uses: actions/cache@f5ce41475b483ad7581884324a6eca9f48f8dcc7 # v1
113+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
114114
with:
115115
path: ${{ steps.poetry-cache.outputs.dir }}
116116
key: ${{ runner.os }}-poetry-3.8-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)