Skip to content

Commit 43e8ef6

Browse files
chore(deps): update actions/cache action to v5 (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b711434 commit 43e8ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
run: |
1616
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1717
- name: Setup pnpm cache
18-
uses: actions/cache@v4.3.0
18+
uses: actions/cache@v5.0.3
1919
with:
2020
path: ${{ env.STORE_PATH }}
2121
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)