Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 4.0.1 to 4.0.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 46e05d3 commit abcf641
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 @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Restore cached dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: node_modules
key: node-modules-${{ hashFiles('package.json') }}
Expand Down

0 comments on commit abcf641

Please sign in to comment.