Skip to content

Commit

Permalink
use newer version of cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawyer Burnett committed Mar 11, 2024
1 parent 878d7b5 commit 4d82740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-spectacle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.PNPM_STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('./pnpm-lock.yaml') }}
Expand Down

0 comments on commit 4d82740

Please sign in to comment.