diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f4fda44ef75..7d8b7b06079 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -192,7 +192,7 @@ jobs: ls -la ./ - name: Checkout Repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: submodules: true lfs: ${{ inputs.BUILD_TYPE == 'integrated_tests' }} @@ -843,7 +843,7 @@ jobs: - name: Upload coverage to Codecov if: inputs.CODE_COVERAGE - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v7.0.0 with: files: ${GITHUB_WORKSPACE}/geos_coverage.info.cleaned fail_ci_if_error: true diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 133949c5e1e..56a1b3d1d35 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -42,7 +42,7 @@ jobs: # The TPL tag is contained in the codespaces configuration to avoid duplications. - name: Checkout .devcontainer/devcontainer.json - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: sparse-checkout: | .devcontainer/devcontainer.json @@ -95,7 +95,7 @@ jobs: CI_REPOSITORY_OWNER: ${{ github.repository_owner }} steps: - name: Checkout CI config - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: sparse-checkout: | .github/ci/orgs @@ -289,7 +289,7 @@ jobs: # The integrated test submodule repository contains large data (using git lfs). # To save time (and money) we do not let Github Actions automatically clone all our (lfs) subrepositories and do it by hand. - name: Checkout Repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: # Let script update submodules; Github Actions submodule history causes error submodules: false @@ -326,7 +326,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: submodules: false lfs: false @@ -502,7 +502,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: submodules: false lfs: false