Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2023
1 parent 55f50b7 commit c83b1f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16
cache: yarn

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.next/cache
key:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16
cache: yarn

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.next/cache
key:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16
cache: yarn

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.next/cache
key:
Expand Down

0 comments on commit c83b1f7

Please sign in to comment.