From 02fdd0f74fb6ab6dbf45af1c6fc7687b7c95c403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:28:44 +0000 Subject: [PATCH] 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/docs-deploy.yml | 2 +- .github/workflows/docs-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 38caff7..0742359 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -19,7 +19,7 @@ jobs: # Step 1: Check out the repository # Description: Checks out the repository so that the workflow can access its contents. - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Install mise using the specified action # Description: Installs mise, a tool for building and deploying documentation, along # with the tools defined in the mise.toml file. diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index e2bf3b9..fd2e24e 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -21,7 +21,7 @@ jobs: # Step 1: Check out the repository # Description: Checks out the repository so that the workflow can access its contents. - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Install mise using the specified action # Description: Installs mise, along with the tools defined in the mise.toml file. - name: Install mise