Skip to content

Commit 5fe80b6

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#540)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bac6572 commit 5fe80b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
target-folder: ${{ env.PR_NUMBER }}
3939
branch: gh-pages
4040

41-
- uses: actions/github-script@v7
41+
- uses: actions/github-script@v8
4242
env:
4343
PR_NUMBER: ${{ env.PR_NUMBER }}
4444
with:

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: write
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/github-script@v7
26+
- uses: actions/github-script@v8
2727
with:
2828
github-token: ${{secrets.GITHUB_TOKEN}}
2929
script: |

0 commit comments

Comments
 (0)