From 4befd5e8943bd06d3efba1e41662335f70ade88b Mon Sep 17 00:00:00 2001 From: Nick Cross Date: Tue, 5 Sep 2023 14:06:12 +0100 Subject: [PATCH] Update to explicit versions as floating tags are not used --- .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 53394353..65743144 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -57,7 +57,7 @@ jobs: distribution: 'temurin' java-version: 11 - name: Set up Maven - uses: stCarolas/setup-maven@v4 + uses: stCarolas/setup-maven@v4.5 with: maven-version: ${{ matrix.maven }} - name: Build with Maven @@ -86,7 +86,7 @@ jobs: java-version: 11 # https://github.com/marketplace/actions/maven-setings-action - name: Maven Settings - uses: s4u/maven-settings-action@v2 + uses: s4u/maven-settings-action@v2.8.0 with: sonatypeSnapshots: true githubServer: false