Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent a99a1dd commit 81a40fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with: {node-version: '20'}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-node@v4
with: {node-version: '20'}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down

0 comments on commit 81a40fb

Please sign in to comment.