Skip to content

Commit 4a9a286

Browse files
committed
πŸ’š [Fix] another action bug in CI
1 parent 65e157b commit 4a9a286

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Ž.github/workflows/deploy.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Cache model weights
4646
id: cache-weights
47-
uses: actions/cache@v2
47+
uses: actions/cache@v4
4848
with:
4949
path: weights
5050
key: ${{ runner.os }}-weights

β€Ž.github/workflows/develop.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install pre-commit
3737

3838
- name: Cache pre-commit environment
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.cache/pre-commit
4242
key: ${{ runner.os }}-precommit-${{ hashFiles('**/.pre-commit-config.yaml') }}

0 commit comments

Comments
Β (0)