mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-04-14 20:47:18 +00:00
⬆️ Bump actions/github-script from 8 to 9 in the actions group (#3959)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/website-preview-cd.yml
vendored
4
.github/workflows/website-preview-cd.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set Commit Status
|
- name: Set Commit Status
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
github.rest.repos.createCommitStatus({
|
github.rest.repos.createCommitStatus({
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
:rocket: Deployed to ${{ steps.deploy.outputs.deploy-url }}
|
:rocket: Deployed to ${{ steps.deploy.outputs.deploy-url }}
|
||||||
|
|
||||||
- name: Set Commit Status
|
- name: Set Commit Status
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user