Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 3 to 6 (#2127)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Galar <[email protected]>
  • Loading branch information
dependabot[bot] and galargh authored Jun 15, 2023
1 parent 5427709 commit d31f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Fail job due to pinning failure
if: steps.pin-estuary.outcome == 'failure' && steps.pin-cluster.outcome == 'failure'
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
script: |
core.setFailed('Pinning did not succeed')
Expand Down

0 comments on commit d31f25c

Please sign in to comment.