Skip to content

Commit

Permalink
Bump actions/github-script from 5 to 6 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent 2da167a commit 959f2c7
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 @@ -50,7 +50,7 @@ jobs:
if: |
always()
&& (steps.conda.outcome != 'success' || steps.install.outcome != 'success' || steps.install.outcome != 'success')
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const title = '⚠️ Upstream CI Failed ⚠️'
Expand Down

0 comments on commit 959f2c7

Please sign in to comment.