Skip to content

Commit 923f18f

Browse files
github actions (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 251a670 commit 923f18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: verify dependabot commits
94-
uses: actions/github-script@v7
94+
uses: actions/github-script@v8
9595
with:
9696
script: |
9797
const commits = await github.rest.pulls.listCommits({
@@ -114,7 +114,7 @@ jobs:
114114
}
115115
116116
- name: Approve pull request
117-
uses: actions/github-script@v7
117+
uses: actions/github-script@v8
118118
with:
119119
script: |
120120
github.rest.pulls.createReview({
@@ -125,7 +125,7 @@ jobs:
125125
})
126126
127127
- name: Merge pull request
128-
uses: actions/github-script@v7
128+
uses: actions/github-script@v8
129129
with:
130130
script: |
131131
github.rest.pulls.merge({

0 commit comments

Comments
 (0)