Skip to content

Commit a6c11a1

Browse files
dependabot[bot]lupyuen
authored andcommitted
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7dc8cec commit a6c11a1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/issue_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
issues: write
2424
steps:
2525
- name: Add labels issues automatically based on their body.
26-
uses: actions/github-script@v8
26+
uses: actions/github-script@v9.0.0
2727
with:
2828
script: |
2929
const body = context.payload.issue.body;

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Fetch the updated PR filenames. Compute the Size Label and Arch Labels.
4747
- name: Compute PR labels
48-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
48+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |

.github/workflows/pr_labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# Download the PR Artifact, containing PR Number and PR Labels
4040
- name: Download PR artifact
41-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
41+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4242
with:
4343
script: |
4444
const artifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -64,7 +64,7 @@ jobs:
6464

6565
# Write the PR Labels into the PR
6666
- name: Write PR labels
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
67+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
script: |

0 commit comments

Comments
 (0)