Skip to content

Commit 8732a04

Browse files
build(deps): bump actions/github-script from 6 to 7 (#195)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6601416 commit 8732a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-all-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# create tag on the current branch using GitHub's own API
2121
- name: Create tag on current branch (main)
22-
uses: actions/github-script@v6
22+
uses: actions/github-script@v7
2323
with:
2424
script: |
2525
github.rest.git.createRef({

0 commit comments

Comments
 (0)