From 038f5093b37be23cc6d5c014bf2a7e12fd1bae0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:43:45 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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/check-project-std.yml | 2 +- .github/workflows/publish-gem-on-release.yml | 2 +- .github/workflows/update-formula-on-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-project-std.yml b/.github/workflows/check-project-std.yml index 81e88ce..5c88a22 100644 --- a/.github/workflows/check-project-std.yml +++ b/.github/workflows/check-project-std.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install Ruby and gems diff --git a/.github/workflows/publish-gem-on-release.yml b/.github/workflows/publish-gem-on-release.yml index 808616a..951545d 100644 --- a/.github/workflows/publish-gem-on-release.yml +++ b/.github/workflows/publish-gem-on-release.yml @@ -11,7 +11,7 @@ jobs: publish_gem: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update gemspec version run: | diff --git a/.github/workflows/update-formula-on-release.yml b/.github/workflows/update-formula-on-release.yml index a739cbb..ae6c06b 100644 --- a/.github/workflows/update-formula-on-release.yml +++ b/.github/workflows/update-formula-on-release.yml @@ -9,7 +9,7 @@ jobs: update_formula: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update forumla file run: | # Get the tag version (e.g., "v1.2.3") from the environment