Skip to content

Commit 0af7fcb

Browse files
[gh-actions](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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f62b0ca commit 0af7fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check PR Labels
12-
uses: actions/github-script@v6
12+
uses: actions/github-script@v7
1313
with:
1414
script: |
1515
const allowedPattern = /^(major|minor|patch|performance|internal|documentation|tests|dependencies)$/;

0 commit comments

Comments
 (0)