Skip to content

Commit 61453aa

Browse files
authored
Merge pull request #1466 from haohangyan/actions_cache
Update actions/cache to v4
2 parents ebb5c6e + 12c77c0 commit 61453aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
matrix:
1010
python-version: ["3.8", "3.12"]
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/cache@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/cache@v4
1414
with:
1515
path: ~/.cache/pip
1616
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}

0 commit comments

Comments
 (0)