Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent ed4e44d commit 94ebab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -33,7 +33,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 @@ -57,7 +57,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 94ebab6

Please sign in to comment.