From cd2d98db8ece9b85e0e40b906de42e448cd01c82 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 9 Sep 2025 08:40:30 +0200 Subject: [PATCH] Update GitHub Actions checkout action version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 147f848f..d0aa82f7 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update Gradle Wrapper uses: gradle-update/update-gradle-wrapper-action@v2