From 75e7f71ac6928be3d8f8a17a746b750c16f693ce Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 4 Oct 2023 18:24:54 +0200 Subject: [PATCH] fix: full revert of gh actions [skip ci] --- .github/workflows/insider-linux.yml | 6 +++--- .github/workflows/stable-linux.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index f7fcba7..d941f33 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -79,7 +79,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: ref: ${{ env.GITHUB_BRANCH }} @@ -138,7 +138,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: ref: ${{ env.GITHUB_BRANCH }} @@ -229,7 +229,7 @@ jobs: if: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: ref: ${{ env.GITHUB_BRANCH }} diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 346ed1f..34e6f27 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -76,7 +76,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: ref: ${{ env.GITHUB_BRANCH }} @@ -135,7 +135,7 @@ jobs: if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Clone VSCode repo run: ./get_repo.sh @@ -220,7 +220,7 @@ jobs: if: needs.build.outputs.SHOULD_DEPLOY == 'yes' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Check version env: