Skip to content

Commit

Permalink
Merge pull request #130 from ttsukagoshi/dependabot/github_actions/ma…
Browse files Browse the repository at this point in the history
…in/actions/cache-4.0.0

github-actions(deps): bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
ttsukagoshi authored Feb 5, 2024
2 parents 9199cf6 + 9d4c84b commit 9785598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: '20'

- name: Cache node modules
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 9785598

Please sign in to comment.