Skip to content

Commit

Permalink
Bump actions/github-script from 3 to 6
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2022
1 parent 7ddecec commit 5e0b103
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 5e0b103

Please sign in to comment.