Skip to content

Commit

Permalink
Merge b7d07c7 into 2f73a3e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 18, 2024
2 parents 2f73a3e + b7d07c7 commit 7b98dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: '3.7'
architecture: 'x64'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 7b98dcf

Please sign in to comment.