From 3863adb2e44afcde74bbddb543ed5676afb68031 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:06:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 467f906..21e54ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: sudo timedatectl set-timezone Europe/Berlin timedatectl - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@v2 - name: Set up Java 11 JDK