From 07c7129c65e58d19f401ff80e7d593c6f1c00aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:16:39 +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/ci-actions.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 733bf93..fc7ba6a 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -30,7 +30,7 @@ jobs: profile: "junit6", } steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK @{} uses: actions/setup-java@v5.1.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 702a082..a4b7772 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: metadata-file-path: '.github/project.yml' - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{secrets.RELEASE_TOKEN}}