From 03a7b354f1849d0108f6ea4a52414538ee58037a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:51:14 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- .github/workflows/milestones.yml | 2 +- .github/workflows/readme-linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 850f8a57545ba..6bc8cd2a1f644 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -45,7 +45,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/milestones.yml b/.github/workflows/milestones.yml index 88b2c43dff2f3..042e9f5f80e7f 100644 --- a/.github/workflows/milestones.yml +++ b/.github/workflows/milestones.yml @@ -15,7 +15,7 @@ jobs: name: Assign milestones to PRs steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Assign milestone to PR uses: srebhan/label-milestone-action@v1.0.1 id: assign-milestone diff --git a/.github/workflows/readme-linter.yml b/.github/workflows/readme-linter.yml index 69b2f4669abd9..9eee34a3641f2 100644 --- a/.github/workflows/readme-linter.yml +++ b/.github/workflows/readme-linter.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.24.4' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Get changed files