Skip to content

Commit 478b9da

Browse files
ci(deps): bump actions/github-script from 6 to 7
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-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caa1e7d commit 478b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic_pr_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Check for "do not merge" in PR title
4444
if: ${{ github.event.pull_request.draft == false }}
45-
uses: actions/github-script@v6
45+
uses: actions/github-script@v7
4646
with:
4747
script: |
4848
const title = context.payload.pull_request.title.toLowerCase();

0 commit comments

Comments
 (0)