diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index b63c9ebfd8f..b92678ff3a3 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -40,10 +40,10 @@ jobs: # because it does not support checking out from a fork (as it lacks a `repository` input). # Thus, we checkout and setup Node/pnpm manually. - name: Install pnpm - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' cache: 'pnpm'