Skip to content

Commit bfa8e13

Browse files
chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#355)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bde6445 commit bfa8e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template_merge_block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Delete Comment
4040
if: inputs.comment && !contains(github.event.pull_request.labels.*.name, inputs.label) && steps.comment.outputs.comment-id != ''
41-
uses: actions/github-script@v7.0.1
41+
uses: actions/github-script@v8.0.0
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
script: |

0 commit comments

Comments
 (0)