From ebbf38a04eebe9af46cedccc9b5847d9841212eb Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sat, 2 Nov 2024 09:41:45 +0100 Subject: [PATCH] Combined dependency updates (2024-11-02) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0](https://github.com/giis-uniovi/samples-giis-template/pull/117) - [Bump surefire.version from 3.5.0 to 3.5.1](https://github.com/giis-uniovi/samples-giis-template/pull/116) --- .github/workflows/release.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f03c3ed..fc03829 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: #https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions #It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.2.0 with: gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} diff --git a/pom.xml b/pom.xml index d681b8f..652bda8 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 UTF-8 - 3.5.0 + 3.5.1