Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent c952a3a commit 90714cc
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 90714cc

Please sign in to comment.