Skip to content

Commit faab911

Browse files
authored
Merge pull request #165: workflow-context: Upgrade to v8 of actions/github-script
2 parents f90c23b + 0a63fb4 commit faab911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/workflow-context/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
using: composite
3939
steps:
4040
- id: context
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v8
4242
with:
4343
script: |
4444
let idToken = await core.getIDToken();

0 commit comments

Comments
 (0)