build(deps):(deps): bump actions/github-script from 6 to 7 (#9288)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec80bae18b
commit
b46bf61e84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/smoke-tests.yml
vendored
2
.github/workflows/smoke-tests.yml
vendored
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
|
||||
- name: Comment on PR with results
|
||||
if: always()
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
const conclusion = '${{ job.status }}';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue