Skip to content

Commit

Permalink
Revert to checkout v3 for centOS (#772)
Browse files Browse the repository at this point in the history
checkout@v4 uses node 20 which depends on GLIBC_2.27 unavailable on
centOS7
  • Loading branch information
JasonMarechal25 authored Mar 6, 2024
1 parent a8ecae8 commit 63a47c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/centos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pdf-name: ${{ steps.create-user-guide.outputs.pdf-name }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Read antares-xpansion version
id: antares-xpansion-version
Expand Down Expand Up @@ -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@v4
- uses: actions/checkout@v3
- name: Read antares-solver version
id: antares-version
uses: ./.github/actions/read-json-value
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
uses: tj-actions/branch-names@v6

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
path: docs/

- name: Checkout xpressmp linux
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
token: ${{ secrets.AS_TOKEN }}
repository: rte-france/xpress-mp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
- uses: actions/checkout@v3
- name: Read antares-solver version
id: antares-version
uses: ./.github/actions/read-json-value
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- id: branch-name
uses: tj-actions/branch-names@v6

- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: true

Expand Down

0 comments on commit 63a47c9

Please sign in to comment.