Skip to content

Commit d4789b6

Browse files
authored
Merge pull request #130 from pfnet/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 73f61c0 + f509007 commit d4789b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagpr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
- if: steps.tagpr.outputs.tag != ''
2020
name: Trigger release workflow
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)