chore(deps): update actions/cache action to v6 (#1703)

This commit is contained in:
renovate[bot]
2026-07-01 02:19:56 +03:00
committed by GitHub
parent 83ff9e343d
commit 42e3512003
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
run: |
echo "YEAR_MONTH=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
- uses: actions/cache@v5
- uses: actions/cache@v6
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-config.outputs.STORE_PATH }}