Skip to content

Commit

Permalink
Merge pull request #143 from YutaGoto/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
2 parents c910058 + 420e9cf commit aad9938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down

0 comments on commit aad9938

Please sign in to comment.