Skip to content

Commit 3a2bb8a

Browse files
authored
Merge pull request #1702 from dandi/dependabot/github_actions/actions/github-script-8
[gh-actions](deps): Bump actions/github-script from 7 to 8
2 parents 4401650 + 28e35e1 commit 3a2bb8a

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@v7
12+
uses: actions/github-script@v8
1313
with:
1414
script: |
1515
const allowedPattern = /^(major|minor|patch|performance|internal|documentation|tests|dependencies)$/;

0 commit comments

Comments
 (0)