From fb2a4001aead724d893a4d2dbec42d6dd1291516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:22:16 +0000 Subject: [PATCH] Bump the github-dependencies group across 1 directory with 3 updates Bumps the github-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [actions/cache](https://github.com/actions/cache). Updates `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) Updates `actions/setup-java` from 5.2.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5.2.0...v5.4.0) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies - dependency-name: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/release-notes.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b49870a2..2487fa5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.4.0 with: distribution: "zulu" java-version: ${{ matrix.java-version }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b08ce224..c09cacdf 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.4.0 with: distribution: "zulu" java-version: ${{ matrix.java-version }} diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d712fcec..8a20641e 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create Release Notes Markdown uses: docker://decathlon/release-notes-generator-action:3.1.5 @@ -36,7 +36,7 @@ jobs: - name: Add Release Notes to cache id: cache-notes - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.RELEASE_NOTES_FILE }} key: notes