diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 58b660c..128a208 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -48,7 +48,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} @@ -85,7 +85,7 @@ jobs: BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -194,7 +194,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes' @@ -309,7 +309,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.DISABLED != 'yes' @@ -410,7 +410,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} @@ -512,7 +512,7 @@ jobs: if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && needs.check.outputs.SHOULD_BUILD_SNAP != 'no' && vars.DISABLE_INSIDER_SNAP != 'yes' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/insider-macos.yml b/.github/workflows/insider-macos.yml index e786126..0f18db6 100644 --- a/.github/workflows/insider-macos.yml +++ b/.github/workflows/insider-macos.yml @@ -50,7 +50,7 @@ jobs: vscode_arch: arm64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index b0ac81b..7229826 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -35,7 +35,7 @@ jobs: VSCODE_QUALITY: insider steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: insider diff --git a/.github/workflows/insider-windows.yml b/.github/workflows/insider-windows.yml index 3531f2f..b103e54 100644 --- a/.github/workflows/insider-windows.yml +++ b/.github/workflows/insider-windows.yml @@ -46,7 +46,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} @@ -83,7 +83,7 @@ jobs: BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -169,7 +169,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -282,7 +282,7 @@ jobs: if: needs.build.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 747d73b..c62f492 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -47,7 +47,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} @@ -84,7 +84,7 @@ jobs: BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -195,7 +195,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.DISABLED != 'yes' && env.SHOULD_BUILD == 'yes' @@ -310,7 +310,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.DISABLED != 'yes' @@ -411,7 +411,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || github.event.inputs.generate_assets == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} @@ -510,7 +510,7 @@ jobs: if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && needs.check.outputs.SHOULD_BUILD_SNAP != 'no' && vars.DISABLE_STABLE_SNAP != 'yes' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/stable-macos.yml b/.github/workflows/stable-macos.yml index 779a83e..a416810 100644 --- a/.github/workflows/stable-macos.yml +++ b/.github/workflows/stable-macos.yml @@ -49,7 +49,7 @@ jobs: vscode_arch: arm64 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/stable-spearhead.yml b/.github/workflows/stable-spearhead.yml index e73d623..1cbe66f 100644 --- a/.github/workflows/stable-spearhead.yml +++ b/.github/workflows/stable-spearhead.yml @@ -32,7 +32,7 @@ jobs: VSCODE_QUALITY: stable steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js environment uses: actions/setup-node@v6 diff --git a/.github/workflows/stable-windows.yml b/.github/workflows/stable-windows.yml index 829610b..e713d35 100644 --- a/.github/workflows/stable-windows.yml +++ b/.github/workflows/stable-windows.yml @@ -45,7 +45,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} @@ -82,7 +82,7 @@ jobs: BUILD_SOURCEVERSION: ${{ env.BUILD_SOURCEVERSION }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -168,7 +168,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }} if: env.SHOULD_BUILD == 'yes' @@ -279,7 +279,7 @@ jobs: if: needs.build.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.GITHUB_BRANCH }}