Skip to content

Commit 2ff80aa

Browse files
chore(deps): update actions/github-script action to v9
1 parent 4e6cad2 commit 2ff80aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on_command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "branch=$(gh pr view ${{ github.event.issue.number }} --json headRefName -q .headRefName)" >> $GITHUB_OUTPUT
6565
6666
- name: Dispatch workflow
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
67+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6868
with:
6969
script: |
7070
github.rest.actions.createWorkflowDispatch({

.github/workflows/on_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "branch=$(gh pr view ${{ matrix.pr }} --json headRefName -q .headRefName)" >> $GITHUB_OUTPUT
6464
6565
- name: Dispatch workflow
66-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
66+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6767
with:
6868
script: |
6969
github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)