Skip to content

Commit

Permalink
Merge pull request #118 from FlorianLeChat/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dependencies-3e83326924

Bump actions/cache from 3 to 4 in the dependencies group
  • Loading branch information
github-actions[bot] authored Sep 1, 2024
2 parents b23a584 + 0d00b9c commit 7173adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: npm-cache
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- name: Cache npm dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
path: ${{ steps.npm-cache.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: npm-cache
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
- name: Cache npm dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
path: ${{ steps.npm-cache.outputs.dir }}
Expand Down

0 comments on commit 7173adc

Please sign in to comment.