From 0b5de1adf236030f9253c92d4d1bd98fc11ce941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:10:49 -0400 Subject: [PATCH] Build(deps): Bump actions/checkout from 3 to 4 (#2544) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli --- .github/workflows/build.yml | 8 ++++---- .github/workflows/codeql.yml | 2 +- .github/workflows/draft_release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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