Skip to content

Commit

Permalink
Bump actions/github-script from 5 to 6 (#143)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v5...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Pilz <lukas.pilz@iup.uni-heidelberg.de>
  • Loading branch information
dependabot[bot] and lpilz authored Oct 4, 2023
1 parent f63b1a6 commit be897c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
always()
&& (steps.conda.outcome != 'success' || steps.install.outcome != 'success' || steps.install.outcome != 'success')
&& github.event_name == 'schedule'
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const title = '⚠️ Upstream CI Failed ⚠️'
Expand Down

0 comments on commit be897c0

Please sign in to comment.