From 6a2e8c62bd6fb3e1199942452aa74c30fca6e54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 06:59:30 +0000 Subject: [PATCH] build(ci)(deps): 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 207984f..bacc40b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: demos: ${{ steps.detect.outputs.demos }} any: ${{ steps.detect.outputs.any }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # Always full history. We previously tried # fetch-depth: ${{ github.event_name == 'pull_request' && 0 || 1 }} @@ -84,7 +84,7 @@ jobs: matrix: demo: ${{ fromJson(needs.detect.outputs.demos) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-java@v4 with: