Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent e5903d6 commit 19ca4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
run: |
echo "YEAR_MONTH=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
if: ${{ !env.ACT }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Restore backend build from cache
if: ${{ !github.event.act }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/backend/dist
Expand All @@ -89,7 +89,7 @@ jobs:
# see https://github.com/vercel/next.js/pull/27362
- name: Restore frontend build from cache
if: ${{ !github.event.act }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/frontend/.next/cache
Expand Down

0 comments on commit 19ca4f2

Please sign in to comment.