Upgrade checkout and setup-java actions
This commit is contained in:
2
.github/workflows/next-dev-version.yml
vendored
2
.github/workflows/next-dev-version.yml
vendored
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user