|
@@ -43,7 +43,7 @@ jobs:
|
|
|
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
+ - uses: actions/checkout@v4
|
|
|
with:
|
|
|
ref: ${{ env.GITHUB_BRANCH }}
|
|
|
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes'
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
+ - uses: actions/checkout@v4
|
|
|
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@v3
|
|
|
+ - uses: actions/checkout@v4
|
|
|
|
|
|
- name: Clone VSCode repo
|
|
|
run: ./get_repo.sh
|
|
@@ -220,7 +220,7 @@ jobs:
|
|
|
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
+ - uses: actions/checkout@v4
|
|
|
|
|
|
- name: Check version
|
|
|
env:
|