Skip to content

Commit

Permalink
chore: Bump actions/cache from 3.3.2 to 4.1.2 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 37ef6c0 commit 8c39513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "::set-output name=dir::$(npm config get cache)"
- name: Cache dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.1.2
with:
path: ${{ steps.npm-cache.outputs.dir}}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 8c39513

Please sign in to comment.