From b82efa483fa383fdd848bec8e84d61c4270d6578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:38:48 +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 1b69ec91..06adf4b3 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 819adf27..f96bd28f 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 5e6243b3..d8ee9fe0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: environment: OpenDocumentAppRelease 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 }}