Skip to content

Commit 3c515ff

Browse files
Bump actions/github-script from 7 to 8 (#3674)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1160a5a commit 3c515ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-checklist.yml

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

1919
- name: Get or Create Comment
2020
if: success() && steps.findPr.outputs.number
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
env:
2323
PR_NUMBER: ${{ steps.findPr.outputs.pr }}
2424
with:

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: semver label
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/github-script@v7
56+
- uses: actions/github-script@v8
5757
id: version-result
5858
with:
5959
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -65,7 +65,7 @@ jobs:
6565
if (match && match[0]) {
6666
return match[0][1]
6767
}
68-
- uses: actions/github-script@v7
68+
- uses: actions/github-script@v8
6969
env:
7070
RELEASE: ${{ steps.version-result.outputs.result }}
7171
with:

0 commit comments

Comments
 (0)