We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2118b commit 8c5a82dCopy full SHA for 8c5a82d
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v4
14
with:
15
python-version: 3.x
16
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
17
18
key: ${{ github.ref }}
19
path: .cache
0 commit comments