From ab5ca1f71e3d7a29e389c3600645620b041d3826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:00:50 +0000 Subject: [PATCH] chore(gha): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-java.yml | 2 +- .github/workflows/release-create-R-release-branch.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-java.yml b/.github/workflows/build-java.yml index 7ed5e6f..7415ad1 100644 --- a/.github/workflows/build-java.yml +++ b/.github/workflows/build-java.yml @@ -30,7 +30,7 @@ jobs: - 21 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} diff --git a/.github/workflows/release-create-R-release-branch.yml b/.github/workflows/release-create-R-release-branch.yml index d9ddae9..eec8b1f 100644 --- a/.github/workflows/release-create-R-release-branch.yml +++ b/.github/workflows/release-create-R-release-branch.yml @@ -13,7 +13,7 @@ jobs: working-directory: ./R/bpmnLayoutGeneratoR steps: - name: Setup checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Use a PAT to ensure that # commits are authored with a specific user diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b6b9be..f53a364 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: echo "Version: ${{ env.VERSION }}" - name: Setup checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Use a PAT to ensure that # commits are authored with a specific user