From ba621eb8553fa2012b258443e4308d85bb77d16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:21:44 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-on-release.yaml | 2 +- .github/workflows/build-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-on-release.yaml b/.github/workflows/benchmark-on-release.yaml index 9970106..67a9dae 100644 --- a/.github/workflows/benchmark-on-release.yaml +++ b/.github/workflows/benchmark-on-release.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Source Tree - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup .NET Environment uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 9970106..67a9dae 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Source Tree - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup .NET Environment uses: actions/setup-dotnet@v4