From 5d50317e0e5d4c9971dc6a509e56cca54dc62156 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 4 Oct 2023 18:09:05 +0200 Subject: [PATCH] revert: newest gh actions aren't compatible with linux images [skip ci] --- .github/workflows/insider-linux.yml | 2 +- .github/workflows/stable-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index f07a4ea..f7fcba7 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -44,7 +44,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} 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 128ea07..346ed1f 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -43,7 +43,7 @@ jobs: SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: ref: ${{ env.GITHUB_BRANCH }}