Skip to content

Commit

Permalink
⬆️ upgrade actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 9cf68dd commit 4177904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
node-version: 16
- name: Restore NodeJS Cache
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: node_modules
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -66,7 +66,7 @@ jobs:
with:
node-version: 16
- name: Restore NodeJS Cache
uses: actions/cache@v4.1.1
uses: actions/cache@v4.2.0
with:
path: node_modules
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 4177904

Please sign in to comment.