Skip to content

Commit

Permalink
Workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Mar 26, 2024
1 parent b05f306 commit 962c2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: true
- name: Setup java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.2.1
with:
java-version: ${{ matrix.java }}
distribution: temurin
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Release
if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
id: create_release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.4
with:
files: |
ant-javacard.jar
Expand Down

0 comments on commit 962c2f1

Please sign in to comment.