From 9ef572aeb0b3c1e42de17c369ef773bc9b00d92d Mon Sep 17 00:00:00 2001 From: Martin Paljak Date: Tue, 19 Nov 2024 10:05:21 +0200 Subject: [PATCH] Update deps and build --- .github/workflows/robot.yml | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/robot.yml b/.github/workflows/robot.yml index bd41a3c..0ec84c1 100644 --- a/.github/workflows/robot.yml +++ b/.github/workflows/robot.yml @@ -18,13 +18,13 @@ jobs: name: Java ${{ matrix.java }} steps: - name: Checkout with submodules - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: submodules: true fetch-depth: 0 # To make git describe give the intended output fetch-tags: true - name: Setup java - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: java-version: ${{ matrix.java }} distribution: temurin @@ -56,7 +56,7 @@ jobs: - name: Release if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11' id: create_release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.1.0 with: files: | ant-javacard.jar diff --git a/pom.xml b/pom.xml index 9b489a9..adaafae 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.6.4 + 4.8.6.6 spotbugs.xml @@ -178,7 +178,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.2 org.apache.maven.plugins