diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 04baa4ea4..42f5beecd 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -33,7 +33,7 @@ jobs: env: TEST_RESULTS: "/tmp/test-results" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up Go diff --git a/.github/workflows/pr_check_git_status.yml b/.github/workflows/pr_check_git_status.yml index b79dff76f..a1e857c71 100644 --- a/.github/workflows/pr_check_git_status.yml +++ b/.github/workflows/pr_check_git_status.yml @@ -10,7 +10,7 @@ jobs: check-git-status: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/pr_integration_tests.yml b/.github/workflows/pr_integration_tests.yml index c3e2337a8..b8b76bd40 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -194,7 +194,7 @@ jobs: matrix: provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache uses: actions/cache@v4.3.0 diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index b761eec12..94801d19a 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Why "fetch-depth: 0"? To generate the release notes, we need the