Skip to content

Commit

Permalink
🔀 merge pull request #117 from onRuntime/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
⬆️ upgrade actions/cache action to `v4.1.1`
  • Loading branch information
AntoineKM authored Oct 15, 2024
2 parents ff8d1d7 + e6c4887 commit 161e075
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.0.2
uses: actions/cache@v4.1.1
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.0.2
uses: actions/cache@v4.1.1
with:
path: node_modules
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 161e075

Please sign in to comment.