Skip to content

Commit

Permalink
Merge pull request #8 from phieri/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4
  • Loading branch information
phieri authored Feb 1, 2024
2 parents 1bfce74 + d92e3f5 commit 308af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
Expand Down

0 comments on commit 308af4b

Please sign in to comment.