diff --git a/.github/actions/restore/action.yml b/.github/actions/restore/action.yml index 126e9d5e..62cd1159 100644 --- a/.github/actions/restore/action.yml +++ b/.github/actions/restore/action.yml @@ -21,7 +21,7 @@ runs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ env.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}