From 9a548ac65ced656731c053ca274fe40d79e8e353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 06:20:47 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-publishing.yml | 2 +- .github/workflows/reusable-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-publishing.yml b/.github/workflows/maven-publishing.yml index 9320a96..3d53836 100644 --- a/.github/workflows/maven-publishing.yml +++ b/.github/workflows/maven-publishing.yml @@ -21,7 +21,7 @@ jobs: gradle: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: 'zulu' diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 1cce26c..eb95910 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -26,7 +26,7 @@ jobs: run: working-directory: ${{ inputs.directory }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 if: (!contains(inputs.compilation, 'aot') && !contains(inputs.distribution, 'graalvm')) with: