We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe09b4 commit bd8dc4aCopy full SHA for bd8dc4a
1 file changed
.github/workflows/release_maven.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Validate BREAKING changes require major version bump
79
if: steps.previous_release.outputs.tag != ''
80
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
81
env:
82
PREVIOUS_TAG: ${{ steps.previous_release.outputs.tag }}
83
RELEASE_VERSION: ${{ github.event.inputs.release_version }}
0 commit comments