Skip to content

Commit

Permalink
Merge pull request #133 from dermatologist/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3.3.2

chore(deps): bump actions/cache from 3.0.11 to 3.3.2
  • Loading branch information
dermatologist authored Nov 15, 2023
2 parents 59a4ffa + 5c0505e commit f299aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 12.x

- name: Use cached node_modules
uses: actions/cache@v3.0.11
uses: actions/cache@v3.3.2
with:
path: node_modules
key: nodeModules-${{ hashFiles('**/package-lock.lock') }}
Expand Down

0 comments on commit f299aaa

Please sign in to comment.