Bump actions/github-script from 8 to 9 (#3315)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hare Sudhan <27735081+cyberbuff@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: download-artifact
|
- name: download-artifact
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
|
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
run: unzip labels.zip
|
run: unzip labels.zip
|
||||||
|
|
||||||
- name: assign-labels-and-reviewers
|
- name: assign-labels-and-reviewers
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
let fs = require('fs');
|
let fs = require('fs');
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11.2"
|
python-version: "3.11.2"
|
||||||
cache: "poetry"
|
cache: "poetry"
|
||||||
- uses: actions/github-script@v8
|
- uses: actions/github-script@v9
|
||||||
id: get_pr_number
|
id: get_pr_number
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user