Skip to content

Commit

Permalink
⬆️ upgrade actions/cache action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent aec4016 commit e6c4887
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 e6c4887

Please sign in to comment.