diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77820fc..10ed084 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" with: submodules: true - - uses: "pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093" + - uses: "pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271" with: version: "latest" - - uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" + - uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" with: node-version-file: ".nvmrc" cache: "pnpm" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5dd5047..f092fcd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,13 +14,13 @@ jobs: permissions: contents: "write" steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" + - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" with: submodules: true - - uses: "pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093" + - uses: "pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271" with: version: "latest" - - uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" + - uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" with: node-version-file: ".nvmrc" cache: "pnpm"