Skip to content

Commit

Permalink
Merge pull request wildfly#17401 from wildfly/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/github-script-7.0.0

Bump actions/github-script from 6.4.1 to 7.0.0
  • Loading branch information
bstansberry authored Nov 14, 2023
2 parents 1ee2977 + a5298f1 commit c610510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep-diff-workflow_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# It would have been nice to be able to use actions/download-artifact@v2
# for this, but as the artifacts are uploaded by another workflow it does
# not seem possible - so we need to do this stuff instead
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit c610510

Please sign in to comment.