From ac5c5f4b8cbdab40972bbb5d53d36f95771786b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Sun, 19 Apr 2026 14:00:28 +0200 Subject: [PATCH] README.md Update other GitHub Actions in code samples Old versions are using deprecated Node.js version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2eb041..a48bf1b 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ See [action.yml](action.yml) ## Basic ```yaml steps: -- uses: actions/checkout@v4 +- uses: actions/checkout@v6 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'temurin'