From 1f5ec087d2f4f0bd1b02d39bc3c7124c56b702e5 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Mon, 26 Feb 2024 20:45:23 +0100 Subject: [PATCH] #4558 - Better verification for feature names - Upgrade github action versions --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ef361fe5f47..964880a2873 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,9 +20,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin'