Skip to content

Commit

Permalink
Merge pull request #300 from traPtitech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
reiroop authored Sep 20, 2024
2 parents 0963d35 + b849ce8 commit 4931221
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 4931221

Please sign in to comment.