From 28436ecdf84f7d8da5930b5faf6bdda21ba4e120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:03:57 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/Documentation.yml | 6 +++--- .github/workflows/Tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 9682777f..9d470ea9 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -12,7 +12,7 @@ jobs: name: ApiGen steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10 @@ -35,13 +35,13 @@ jobs: if: env.ACT != 'true' && ${{ format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }} steps: - name: Download current README - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10 path: source - name: Checkout GitHub Pages - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10 ref: gh-pages diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index f7f2a7b2..080c0295 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -34,7 +34,7 @@ jobs: extensions: bz2,xml,curl - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 10