diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7074631..2be975d 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.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..121f570 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.pnpm-cache.outputs.store-path }} key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}