From d19ff08a53fd6fb406200b039076d251ea72a9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:32:18 +0000 Subject: [PATCH] chore(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/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3246a0..51fd71f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: working-directory: rust steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Remove local cargo config shell: bash @@ -76,7 +76,7 @@ jobs: working-directory: rust steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Remove local cargo config shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8027d6e..e7b5ea1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: working-directory: rust steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Remove local cargo config shell: bash