Skip to content

Commit adf4627

Browse files
committed
more CI upgrades :crossedfingers
1 parent e61584d commit adf4627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
with:
1919
python-version: 3.8
2020

21-
- uses: actions/cache@v1
21+
- uses: actions/cache@v3
22+
id: cache
2223
with:
2324
path: ~/.cache/pip
2425
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}

0 commit comments

Comments
 (0)