Skip to content

Commit

Permalink
Merge pull request #35 from bric3/renovate/actions-github-script-6.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/github-script action to v6
  • Loading branch information
bric3 authored Mar 17, 2022
2 parents cace2dd + 604be4f commit 4f06deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
arguments: build --stacktrace

- name: Comment with build scan url
uses: actions/github-script@v5
uses: actions/github-script@v6
if: github.event_name == 'pull_request' && failure()
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 4f06deb

Please sign in to comment.