Skip to content

Commit

Permalink
Merge pull request #4231 from traPtitech/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
cp-20 committed Jul 7, 2024
2 parents 6a7f193 + 3665c10 commit 4d2e652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
node-version-file: ./.node-version
cache: npm
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./public/fonts
key: font-build-${{ runner.os }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
node-version-file: ./.node-version
cache: npm
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ./public/fonts
key: font-build-${{ runner.os }}
Expand Down

0 comments on commit 4d2e652

Please sign in to comment.