Skip to content

Commit 67527ae

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#381)
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 ffe26fd commit 67527ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check
10-
uses: actions/github-script@v7
10+
uses: actions/github-script@v8
1111
with:
1212
script: |
1313
const {data: pr} = await github.rest.pulls.get({

.github/workflows/dependabot-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
})
3232
3333
- name: Merge
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
with:
3636
github-token: ${{secrets.GITHUB_TOKEN}}
3737
script: |

0 commit comments

Comments
 (0)