Skip to content

Commit bf5a33a

Browse files
committed
Fix: update action/cache version
1 parent 1603df5 commit bf5a33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: 3.x
2525

2626
- name: Cache dependencies
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
key: ${{ github.ref }}
3030
path: .cache

0 commit comments

Comments
 (0)