We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nodejs-20
1 parent 8f9db11 commit c69482cCopy full SHA for c69482c
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python-version }}
37
38
- name: Caching pip packages
39
- uses: actions/cache@v3
+ uses: actions/cache@v4
40
with:
41
path: ${{ matrix.path }}
42
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -64,7 +64,7 @@ jobs:
64
python-version: "3.x"
65
66
67
68
id: pip-cache # use this to check for `cache-hit` (`steps.pip-cache.outputs.cache-hit != 'true'`)
69
70
path: ~/.cache/pip
0 commit comments