Skip to content

Commit bcdcb83

Browse files
authored
fix: fix gradle validation build steps (#145)
1 parent e1e4dd8 commit bcdcb83

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '17'
2323
distribution: 'temurin'
2424
- name: Validate Gradle wrapper
25-
uses: gradle/wrapper-validation-action@v1
25+
uses: gradle/actions/wrapper-validation@v4
2626
- name : Retrieve module version from Reckon
2727
run: echo "VERSION_NAME=$(${{github.workspace}}/gradlew -q clfPrintVersion)" >> $GITHUB_OUTPUT
2828
id: retrieve_version

.github/workflows/github-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '17'
2727
distribution: 'temurin'
2828
- name: Validate Gradle wrapper
29-
uses: gradle/wrapper-validation-action@v1
29+
uses: gradle/actions/wrapper-validation@v4
3030
- name : Retrieve module version from Reckon
3131
run: echo "VERSION_NAME=$(${{github.workspace}}/gradlew -q clfPrintVersion -Preckon.stage=${{ inputs.stage }})" >> $GITHUB_OUTPUT
3232
id: retrieve_version
@@ -54,4 +54,4 @@ jobs:
5454
name: ${{steps.retrieve_version.outputs.VERSION_NAME}}
5555
tag_name: ${{steps.retrieve_version.outputs.VERSION_NAME}}
5656
generate_release_notes: true
57-
append_body: true
57+
append_body: true

0 commit comments

Comments
 (0)