Upgrade checkout and setup-java actions

This commit is contained in:
Janne Valkealahti
2023-02-08 16:15:58 +00:00
parent 87914b27f5
commit 8ba7d335b5
9 changed files with 23 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Change Version
run: |
snapshotVersion=$( awk -F '=' '$1 == "version" { print $2 }' gradle.properties )