Merge pull request #9515 from containerd/dependabot/github_actions/actions/github-script-7
build(deps): bump actions/github-script from 6 to 7
This commit is contained in:
commit
43bcea89a7
@ -329,7 +329,7 @@ jobs:
|
|||||||
parent: false
|
parent: false
|
||||||
|
|
||||||
- name: Check all CI stages succeeded
|
- name: Check all CI stages succeeded
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const stepResults = {
|
const stepResults = {
|
||||||
|
2
.github/workflows/windows-periodic.yml
vendored
2
.github/workflows/windows-periodic.yml
vendored
@ -279,7 +279,7 @@ jobs:
|
|||||||
parent: false
|
parent: false
|
||||||
|
|
||||||
- name: Check all CI stages succeeded
|
- name: Check all CI stages succeeded
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const stepResults = {
|
const stepResults = {
|
||||||
|
Loading…
Reference in New Issue
Block a user