Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 2be85d1 commit 9c3064f
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 @@ -23,7 +23,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 @@ -47,7 +47,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 9c3064f

Please sign in to comment.