Merge pull request #53 from aviflat/patch-2

Update versions of other actions in README example
This commit is contained in:
Kirill Chernyshov 2022-06-16 12:52:36 +02:00 committed by GitHub
commit 702cb0a82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'