Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from public-ui/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
deleonio authored Feb 20, 2024
2 parents 2aecd9a + d18a657 commit 12e4149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store
Expand Down

0 comments on commit 12e4149

Please sign in to comment.