Skip to content

Commit

Permalink
ci: use nodejs-20 inside @action/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Feb 28, 2024
1 parent 8f9db11 commit c69482c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}

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

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

0 comments on commit c69482c

Please sign in to comment.