diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index cd2146fbf..4c37de838 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -16,7 +16,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.6 + - uses: actions/checkout@v3.6.0 - name: Read antares-solver version id: antares-version uses: ./.github/actions/read-json-value @@ -70,7 +70,7 @@ jobs: - run: | git --version - - uses: actions/checkout@v3.6 + - uses: actions/checkout@v3.6.0 with: submodules: true