From a1aaa475884760bb6ba6f8f1e268ce047669d18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:11:43 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 in the actions-deps group Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/example.yaml | 2 +- .github/workflows/root.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example.yaml b/.github/workflows/example.yaml index 1942597..3820418 100644 --- a/.github/workflows/example.yaml +++ b/.github/workflows/example.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 35 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup ASDF uses: asdf-vm/actions/setup@v4 - name: Cache ASDF diff --git a/.github/workflows/root.yaml b/.github/workflows/root.yaml index c2385ff..0f193e2 100644 --- a/.github/workflows/root.yaml +++ b/.github/workflows/root.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 35 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup ASDF uses: asdf-vm/actions/setup@v4 - name: Cache ASDF