Skip to content

Commit 20d0541

Browse files
authored
Merge branch 'dependabot/github_actions/dot-github/actions/show-workflow-trigger/actions/github-script-9' (PR #8513)
Bumps actions/github-script from 7 to 9. [BFB]
2 parents 614bb58 + cadce95 commit 20d0541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/show-workflow-trigger/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Print trigger info
8-
uses: actions/github-script@v7
8+
uses: actions/github-script@v9
99
with:
1010
script: |
1111
const eventName = context.eventName;

0 commit comments

Comments
 (0)