Skip to content

Commit 0ca9fa6

Browse files
authored
Update ci.yml
Changed action cache version to v3
1 parent ac1843c commit 0ca9fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: 3.x
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v3
2020
with:
2121
key: ${{ github.ref }}
2222
path: .cache

0 commit comments

Comments
 (0)