diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7074631..1181742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: echo "store-path=$(pnpm store path)" >> "$GITHUB_OUTPUT" - name: Cache pnpm store - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ${{ steps.pnpm-cache.outputs.store-path }} key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 0b7a883..2853427 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -45,7 +45,7 @@ jobs: run: echo "store-path=$(pnpm store path)" >> "$GITHUB_OUTPUT" - name: Cache pnpm store - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ${{ steps.pnpm-cache.outputs.store-path }} key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}