Skip to content

Commit

Permalink
Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Mar 29, 2024
1 parent 117a877 commit ab5e2fd
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 @@ -17,9 +17,9 @@ jobs:
name: Build and possibly release
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
- name: Setup Java
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4.2.1
with:
java-version: 17
distribution: zulu
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
id: create_release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.4
with:
files: |
build/libs/nfc4pc-*.jar
Expand Down

0 comments on commit ab5e2fd

Please sign in to comment.