From fa4c5c50b4ab417349fc7a4e60279c1130a59be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:39:16 +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/build.yml | 4 ++-- .github/workflows/incrementVersion.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cc3845..e1d18eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[SkipCI]')" runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-java@v4 with: distribution: temurin @@ -138,7 +138,7 @@ jobs: - { 'api_level': 21, 'api_type_target': 'default', 'arch': 'x86_64' } - { 'api_level': 21, 'api_type_target': 'default', 'arch': 'x86' } steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-java@v4 with: distribution: temurin diff --git a/.github/workflows/incrementVersion.yml b/.github/workflows/incrementVersion.yml index 819adf2..f96bd28 100644 --- a/.github/workflows/incrementVersion.yml +++ b/.github/workflows/incrementVersion.yml @@ -38,7 +38,7 @@ jobs: contents: write runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # A branch is required for post release version increment commit ref: ${{ github.event.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42faabb..af6bea6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: environment: LibraryKeyAndSonatypeAccess runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # A branch is required for post release version increment commit ref: ${{ github.event.ref }}