Skip to content

Commit

Permalink
Merge pull request #53 from aviflat/patch-2
Browse files Browse the repository at this point in the history
Update versions of other actions in README example
  • Loading branch information
DeLaGuardo authored Jun 16, 2022
2 parents f3ada4d + 98c7c89 commit 702cb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Prepare java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
Expand Down

0 comments on commit 702cb0a

Please sign in to comment.