From c16680a652dc2468a3232436b7da9f512d60621a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:53:43 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/manual-publish-docs.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fcd4bc8..fab6b0de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: LD_INCLUDE_INTEGRATION_TESTS: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 # If you only need the current version keep this. @@ -51,7 +51,7 @@ jobs: LD_INCLUDE_INTEGRATION_TESTS: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 # If you only need the current version keep this. diff --git a/.github/workflows/manual-publish-docs.yml b/.github/workflows/manual-publish-docs.yml index 8943f5c9..7899e31c 100644 --- a/.github/workflows/manual-publish-docs.yml +++ b/.github/workflows/manual-publish-docs.yml @@ -19,7 +19,7 @@ jobs: contents: write # Needed in this case to write github pages. steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.3 - name: Build and Test uses: ./.github/actions/ci diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 11ddf88b..213fc9ad 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,7 @@ jobs: - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 id: release - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.3 if: ${{ steps.release.outputs.releases_created == 'true' }} with: fetch-depth: 0 # Full history is required for proper changelog generation