Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#3609)
Browse files Browse the repository at this point in the history
UITOOL-284

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 5150213 commit 0f0480c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash
run: |
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
# inspired from https://github.com/pnpm/action-setup/tree/master#use-cache-to-reduce-installation-time
with:
Expand All @@ -28,7 +28,7 @@ runs:
shell: bash
run: pnpm install --frozen-lockfile
- name: Setup turbo cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules/.cache/turbo
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
Expand Down

0 comments on commit 0f0480c

Please sign in to comment.