Skip to content

Commit

Permalink
Merge pull request #3413 from github/dependabot-github_actions-action…
Browse files Browse the repository at this point in the history
…s-github-script-6

Bump actions/github-script from 3 to 6
  • Loading branch information
kenyonj committed Nov 30, 2022
2 parents 7ddecec + 5e0b103 commit 66fca7c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check for Topics or Collections test failure
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
script: |
core.setFailed('Topics or Collections test failed!')
Expand Down

0 comments on commit 66fca7c

Please sign in to comment.