There was an error while loading. Please reload this page.
1 parent 1160a5a commit 3c515ffCopy full SHA for 3c515ff
2 files changed
.github/workflows/release-checklist.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Get or Create Comment
20
if: success() && steps.findPr.outputs.number
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
env:
23
PR_NUMBER: ${{ steps.findPr.outputs.pr }}
24
with:
.github/workflows/triage.yml
@@ -53,7 +53,7 @@ jobs:
53
name: semver label
54
runs-on: ubuntu-latest
55
steps:
56
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
57
id: version-result
58
59
github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -65,7 +65,7 @@ jobs:
65
if (match && match[0]) {
66
return match[0][1]
67
}
68
69
70
RELEASE: ${{ steps.version-result.outputs.result }}
71
0 commit comments