Skip to content

Commit 77d1e9f

Browse files
Merge pull request #35 from NHSDigital/dependabot/github_actions/actions/github-script-8
github actions (deps): bump actions/github-script from 7 to 8
2 parents 251a670 + 923f18f commit 77d1e9f

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)