From 3230a4850d45f7e0a787003aac6ee8c98201b88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:00:36 +0000 Subject: [PATCH] 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/ci-earthly-gradle.yml | 2 +- .github/workflows/ci-earthly-maven.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-earthly-gradle.yml b/.github/workflows/ci-earthly-gradle.yml index 0bc149d1..8616fa18 100644 --- a/.github/workflows/ci-earthly-gradle.yml +++ b/.github/workflows/ci-earthly-gradle.yml @@ -48,7 +48,7 @@ jobs: version: "latest" - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Restore Gradle caches uses: actions/cache@master diff --git a/.github/workflows/ci-earthly-maven.yml b/.github/workflows/ci-earthly-maven.yml index 5854c84b..e6aae7f0 100644 --- a/.github/workflows/ci-earthly-maven.yml +++ b/.github/workflows/ci-earthly-maven.yml @@ -51,7 +51,7 @@ jobs: version: "latest" - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Restore Maven caches uses: actions/cache@master