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