From e34a73f84bb020b21fa638340a70f3e526c0470d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:03:55 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1a3501d..8091daf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: contents: "write" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" with: fetch-tags: true - uses: "ruby/setup-ruby@v1" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4de26c9..796c6b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: name: "Tests" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v5" + - uses: "actions/checkout@v6" - uses: "ruby/setup-ruby@v1" with: bundler-cache: true