diff --git a/action.yml b/action.yml index f042c41..17c4cf8 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - name: Save and restore pnpm cache on main - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 if: ${{ github.ref_name == 'main' }} with: path: ${{ steps.store.outputs.STORE_PATH }} @@ -41,7 +41,7 @@ runs: ${{ runner.os }}-pnpm-store- - name: Restore pnpm cache on PR - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 if: ${{ github.ref_name != 'main' }} with: path: ${{ steps.store.outputs.STORE_PATH }}