Skip to content

Commit a81fdc5

Browse files
chore(deps): update actions/cache action to v4.2.0 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec5d38a commit a81fdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup/action.yml

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

0 commit comments

Comments
 (0)