From 31cb369dd0ba907af6e67b6d7a7cae6220ab55c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:32:45 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/development.yml | 2 +- .github/workflows/master.yml | 2 +- .github/workflows/release-notes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 41752f8..cc66b45 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -34,7 +34,7 @@ jobs: steps: # Checkout the code - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Expose branch name run: echo ${{ github.ref }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index f97bd61..7cc9c8a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -14,7 +14,7 @@ jobs: name: Build and run tests steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 # Setup JDK and .m2/settings.xml - name: Set up JDK diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 4ab73a7..accea2d 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Create Release Notes Markdown uses: docker://ghcr.io/rohwerj/release-notes-generator-action:v1.0.0 env: