Skip to content

Commit eb81912

Browse files
committed
chore(ci): update cache action
1 parent d41ac19 commit eb81912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install --upgrade pdm pre-commit
3838
pdm install -G dev --frozen-lockfile
3939
40-
- uses: actions/cache@v3
40+
- uses: actions/cache@v4
4141
with:
4242
path: ~/.cache/pre-commit
4343
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)