Skip to content

Commit c69482c

Browse files
committed
ci: use nodejs-20 inside @action/cache
1 parent 8f9db11 commit c69482c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Caching pip packages
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ matrix.path }}
4242
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
@@ -64,7 +64,7 @@ jobs:
6464
python-version: "3.x"
6565

6666
- name: Caching pip packages
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
id: pip-cache # use this to check for `cache-hit` (`steps.pip-cache.outputs.cache-hit != 'true'`)
6969
with:
7070
path: ~/.cache/pip

0 commit comments

Comments
 (0)