Build(deps): Bump actions/checkout from 4 to 5 (#3723)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-13 09:41:17 -04:00 committed by GitHub
parent 43e7dd5603
commit b9b4d7719e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ jobs:
env: env:
TEST_RESULTS: "/tmp/test-results" TEST_RESULTS: "/tmp/test-results"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go

View file

@ -10,7 +10,7 @@ jobs:
check-git-status: check-git-status:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }} ref: ${{ github.event.pull_request.head.ref }}

View file

@ -194,7 +194,7 @@ jobs:
matrix: matrix:
provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}} provider: ${{ fromJson(needs.integration-test-providers.outputs.integration_test_providers )}}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- run: mkdir -p "$TEST_RESULTS" - run: mkdir -p "$TEST_RESULTS"
- name: restore_cache - name: restore_cache
uses: actions/cache@v4.2.3 uses: actions/cache@v4.2.3

View file

@ -20,7 +20,7 @@ jobs:
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
fetch-depth: 0 fetch-depth: 0
# Why "fetch-depth: 0"? To generate the release notes, we need the # Why "fetch-depth: 0"? To generate the release notes, we need the