Update gradle-publish.yml

Update checkout and setup-java to v3
This commit is contained in:
afischerdev 2023-07-12 12:05:34 +02:00 committed by GitHub
parent 67bc763188
commit c825f60eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'