fix: full revert of gh actions [skip ci]

This commit is contained in:
Baptiste Augrain 2023-10-04 18:24:54 +02:00
parent 5d50317e0e
commit 75e7f71ac6
2 changed files with 6 additions and 6 deletions

View file

@ -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 }}

View file

@ -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: