From 88bd9b166b16a49dc62cec0401a2198aa07f8188 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 21 Aug 2023 14:38:36 +0100 Subject: [PATCH 1/2] bump version to avoid warning --- .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 faa0f6c..b08f390 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: env: maven_commands: install # default is install steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v3 with: @@ -38,7 +38,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Retrieve version id: get_version run: | From faf7ec65d9a80872934e6895c55c99d865b7d543 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Mon, 21 Aug 2023 14:38:52 +0100 Subject: [PATCH 2/2] remove lines --- .github/workflows/maven.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b08f390..0c1a650 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -65,5 +65,3 @@ jobs: env: MAVEN_USERNAME: ${{ secrets.CI_DEPLOY_USER }} MAVEN_PASSWORD: ${{ secrets.CI_DEPLOY_PASS }} - -