Skip to content

Commit

Permalink
Update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 27, 2022
1 parent 3bef458 commit 8b970bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
# Configure build steps as you'd normally do
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: JReleaser release output
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jreleaser-release
path: |
Expand Down

0 comments on commit 8b970bc

Please sign in to comment.