diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index be3b97f92..f13183003 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@v4 + - uses: actions/checkout@v5 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 1d196cb6a..a91376516 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@v4 + - uses: actions/checkout@v5 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 7ed7dc144..8be4eb617 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@v4 + - uses: actions/checkout@v5 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache uses: actions/cache@v4.2.3 diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 09607d0cd..3dcd58cec 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Why "fetch-depth: 0"? To generate the release notes, we need the