Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jul 30, 2024
1 parent ae20503 commit a77bedf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Java ${{ matrix.java }}
steps:
- name: Checkout with submodules
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
submodules: true
fetch-depth: 0 # To make git describe give the intended output
Expand Down Expand Up @@ -49,14 +49,14 @@ jobs:
run: ./mvnw -B -U deploy
- name: Upload
if: github.event_name != 'pull_request' && matrix.java == '11'
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
name: ant-javacard.jar
path: ant-javacard.jar
- name: Release
if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
id: create_release
uses: softprops/[email protected].4
uses: softprops/[email protected].8
with:
files: |
ant-javacard.jar
Expand Down

0 comments on commit a77bedf

Please sign in to comment.