Skip to content

Commit 8c5a82d

Browse files
authored
Upgrading cache to v4
1 parent 4a2118b commit 8c5a82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v4
1717
with:
1818
key: ${{ github.ref }}
1919
path: .cache

0 commit comments

Comments
 (0)