Skip to content

Commit

Permalink
workflow-context: Upgrade to v7 of actions/github-script
Browse files Browse the repository at this point in the history
Squashes Node 16 vs. 20 warnings.
  • Loading branch information
tsibley committed Feb 6, 2024
1 parent 585ce0d commit 3aaf7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/workflow-context/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
using: composite
steps:
- id: context
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let idToken = await core.getIDToken();
Expand Down

0 comments on commit 3aaf7cc

Please sign in to comment.