Skip to content

Commit bd8dc4a

Browse files
[github-actions]: Bump actions/github-script in /.github/workflows (#445)
1 parent cfe09b4 commit bd8dc4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Validate BREAKING changes require major version bump
7979
if: steps.previous_release.outputs.tag != ''
80-
uses: actions/github-script@v8
80+
uses: actions/github-script@v9
8181
env:
8282
PREVIOUS_TAG: ${{ steps.previous_release.outputs.tag }}
8383
RELEASE_VERSION: ${{ github.event.inputs.release_version }}

0 commit comments

Comments
 (0)