diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3562947c..c76fff18a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm" @@ -100,7 +100,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm" @@ -128,7 +128,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index beecfd1a3..e2020ef33 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -45,7 +45,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/release-branch.yaml b/.github/workflows/release-branch.yaml index e0e937750..68788d1bb 100644 --- a/.github/workflows/release-branch.yaml +++ b/.github/workflows/release-branch.yaml @@ -46,7 +46,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version-file: .node-version cache: "pnpm" @@ -84,7 +84,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/release-bump.yaml b/.github/workflows/release-bump.yaml index 0474c4079..d5467d5d8 100644 --- a/.github/workflows/release-bump.yaml +++ b/.github/workflows/release-bump.yaml @@ -45,7 +45,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/translations-download.yaml b/.github/workflows/translations-download.yaml index c8be4c4e4..957781591 100644 --- a/.github/workflows/translations-download.yaml +++ b/.github/workflows/translations-download.yaml @@ -27,7 +27,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm" diff --git a/.github/workflows/translations-upload.yaml b/.github/workflows/translations-upload.yaml index ab3bca663..d81b04074 100644 --- a/.github/workflows/translations-upload.yaml +++ b/.github/workflows/translations-upload.yaml @@ -26,7 +26,7 @@ jobs: uses: pnpm/action-setup@v6.0.9 - name: Install Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version cache: "pnpm"