diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f862cf5c..a1ea1e9f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: env: TEST_RESULTS: "/tmp/test-results" steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v4 - name: restore_cache uses: actions/cache@v3.3.1 with: @@ -175,7 +175,7 @@ jobs: matrix: provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}} steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v4 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache uses: actions/cache@v3.3.1 @@ -282,7 +282,7 @@ jobs: matrix: provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}} steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v4 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache uses: actions/cache@v3.3.1 @@ -314,7 +314,7 @@ jobs: # DOCKERHUB_ACCESS_TOKEN: # DOCKERHUB_USERNAME: # steps: -# - uses: actions/checkout@v3.5.0 +# - uses: actions/checkout@v4 ## # 'setup_remote_docker' was not transformed because there is no suitable equivalent in GitHub Actions # - uses: "./.github/actions/docker_check" # with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 985604ee8..e9429297d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index fbe2623d0..82494ff90 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Why "fetch-depth: 0"? To generate the release notes, we need the