From 20a3961d9d6e0975b0f3216df42f5222b64b49c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:59:45 +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/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependencies.yml | 2 +- .github/workflows/update-gradle-wrapper.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9a2e37..81d0cf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: # SHALLOW CLONE # ================================ - name: Shallow clone - uses: actions/checkout@v5 + uses: actions/checkout@v6 # ================================ # VALIDATE GRADLE WRAPPER diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c31c622..5913f09 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: # SHALLOW CLONE # ================================ - name: Shallow clone - uses: actions/checkout@v5 + uses: actions/checkout@v6 # ================================ # SET UP CODEQL diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index bfe7377..1b50e97 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -22,7 +22,7 @@ jobs: # SHALLOW CLONE # ================================ - name: Shallow clone - uses: actions/checkout@v5 + uses: actions/checkout@v6 # ================================ # SET UP JDK diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 3104964..3fdb06d 100644 --- a/.github/workflows/update-gradle-wrapper.yml +++ b/.github/workflows/update-gradle-wrapper.yml @@ -19,7 +19,7 @@ jobs: # SHALLOW CLONE # ================================ - name: Shallow clone - uses: actions/checkout@v5 + uses: actions/checkout@v6 # ================================ # UPDATE GRADLE WRAPPER