Skip to content

Commit d227137

Browse files
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b0054f commit d227137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semver-checks-pr-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1717
steps:
1818
- name: "Download artifact"
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
script: |
2222
// get all artifacts from the workflow run
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ hashFiles('semver-break.zip') != '' }}
5353
run: unzip -n semver-break.zip
5454
- name: "Comment and add label on PR - Semver break"
55-
uses: actions/github-script@v7
55+
uses: actions/github-script@v8
5656
if: ${{ hashFiles('semver-break') != '' }}
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)