diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index a5165f2ce47..6d294d1ea60 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -131,7 +131,7 @@ jobs: ls -la ./ - name: Checkout Repository - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: submodules: true lfs: ${{ inputs.BUILD_TYPE == 'integrated_tests' }} @@ -139,7 +139,7 @@ jobs: - id: 'auth' if: ${{ (inputs.UPLOAD_TO_GCP && inputs.GCP_BUCKET) || (inputs.USE_SCCACHE && !startsWith(inputs.RUNS_ON, 'streak2')) }} - uses: 'google-github-actions/auth@v2.1.10' + uses: 'google-github-actions/auth@v3.0.0' with: credentials_json: '${{ secrets.GOOGLE_CLOUD_GCP }}' create_credentials_file: true @@ -158,7 +158,7 @@ jobs: - name: 'Set up Cloud SDK' if: inputs.UPLOAD_TO_GCP && inputs.GCP_BUCKET - uses: 'google-github-actions/setup-gcloud@v2.1.4' + uses: 'google-github-actions/setup-gcloud@v3.0.1' with: version: '>= 363.0.0' diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d34b0b06c34..916fcf41436 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -48,7 +48,7 @@ jobs: # The TPL tag is contained in the codespaces configuration to avoid duplications. - name: Checkout .devcontainer/devcontainer.json - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: sparse-checkout: | .devcontainer/devcontainer.json @@ -87,7 +87,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@v7.0.0 + uses: actions/checkout@v7.0.1 with: # Let script update submodules; Github Actions submodule history causes error submodules: false @@ -124,7 +124,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Repository - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: submodules: false lfs: false @@ -291,7 +291,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout Repository - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: submodules: false lfs: false