From f42f8f3e9cfdc46e29dcb9a9e81a5a6dc643b7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:55:17 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-jdk-os-matrix.yml | 2 +- .github/workflows/javadoc.yml | 2 +- .github/workflows/stageReleaseSources.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-jdk-os-matrix.yml b/.github/workflows/auto-jdk-os-matrix.yml index 2f286f0a..134e34a2 100644 --- a/.github/workflows/auto-jdk-os-matrix.yml +++ b/.github/workflows/auto-jdk-os-matrix.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Build JDKs for Subproject Toolchains uses: actions/setup-java@v5 diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 86eeca04..37433323 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 1. Checkout Current (triggered) Workspace Context - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref }} fetch-depth: 0 diff --git a/.github/workflows/stageReleaseSources.yml b/.github/workflows/stageReleaseSources.yml index bd7dac4d..41444614 100644 --- a/.github/workflows/stageReleaseSources.yml +++ b/.github/workflows/stageReleaseSources.yml @@ -21,7 +21,7 @@ jobs: steps: # 1. Checkout the clean working workspace context - name: 1. Checkout Branch Context - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.ref }} fetch-depth: 0