Skip to content

Commit

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

Bump actions/cache from 3 to 4 in the dependencies group
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
2 parents f7e4ed0 + e404901 commit dfcba04
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/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 dfcba04

Please sign in to comment.