diff --git a/.github/workflows/build_centos7.yml b/.github/workflows/build_centos7.yml index c89f5014f..ce5a3131d 100644 --- a/.github/workflows/build_centos7.yml +++ b/.github/workflows/build_centos7.yml @@ -47,7 +47,7 @@ jobs: antares-xpansion-version: ${{steps.antares-xpansion-version.outputs.result}} antares-deps-version: ${{steps.antares-deps-version.outputs.result}} steps: - - uses: actions/checkout@v3 #Keep at 3. v4 uses node 20 which uses glibc_2.27 + - uses: actions/checkout@v4 - name: Read antares-solver version id: antares-version uses: ./.github/actions/read-json-value diff --git a/.github/workflows/centos-release.yml b/.github/workflows/centos-release.yml index b6b684c10..d79156aed 100644 --- a/.github/workflows/centos-release.yml +++ b/.github/workflows/centos-release.yml @@ -54,7 +54,7 @@ jobs: pdf-name: ${{ steps.create-user-guide.outputs.pdf-name }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Read antares-xpansion version id: antares-xpansion-version @@ -83,7 +83,7 @@ jobs: antares-xpansion-version: ${{steps.antares-xpansion-version.outputs.result}} antares-deps-version: ${{steps.antares-deps-version.outputs.result}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Read antares-solver version id: antares-version uses: ./.github/actions/read-json-value @@ -130,7 +130,7 @@ jobs: uses: tj-actions/branch-names@v8 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v3 #keep v3 with: submodules: true @@ -319,4 +319,4 @@ jobs: gh release upload --repo ${{env.GH_REPO}} ${{ steps.get_release.outputs.tag_name }} ${{env.ZIP_NAME}} gh release upload --repo ${{env.GH_REPO}} ${{ steps.get_release.outputs.tag_name }} ${{env.SINGLEFILE_NAME}} - ######################## \ No newline at end of file + ######################## diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index 1f58b290b..bae1097b8 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -42,7 +42,7 @@ jobs: antares-xpansion-version: ${{steps.antares-xpansion-version.outputs.result}} antares-deps-version: ${{steps.antares-deps-version.outputs.result}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Read antares-solver version id: antares-version uses: ./.github/actions/read-json-value @@ -74,7 +74,7 @@ jobs: - id: branch-name uses: tj-actions/branch-names@v8 - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 #keep v3 with: submodules: true diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 008784532..4f30c2645 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -20,7 +20,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0