Skip to content

Commit

Permalink
Merge pull request #254 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] committed Sep 1, 2024
2 parents 607c058 + 1e0240f commit b755562
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/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 b755562

Please sign in to comment.