Skip to content

Commit

Permalink
Update actions/cache action to v4 (#399)
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 Apr 3, 2024
1 parent bcb4c85 commit 068d8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: cache
run: echo "::set-output name=path::$(pnpm store path)"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -52,7 +52,7 @@ jobs:
id: cache
run: echo "::set-output name=path::$(pnpm store path)"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -79,7 +79,7 @@ jobs:
id: cache
run: echo "::set-output name=path::$(pnpm store path)"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.cache.outputs.path }}
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit 068d8c9

Please sign in to comment.