Skip to content

Commit 9923bb0

Browse files
Update actions/github-script action to v8 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2138692 commit 9923bb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
steps:
6464
- name: "Request review from @nucleos-bot"
65-
uses: "actions/github-script@v7"
65+
uses: "actions/github-script@v8"
6666
with:
6767
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
6868
script: |
@@ -79,7 +79,7 @@ jobs:
7979
})
8080
8181
- name: "Assign @nucleos-bot"
82-
uses: "actions/github-script@v7"
82+
uses: "actions/github-script@v8"
8383
with:
8484
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
8585
script: |
@@ -96,7 +96,7 @@ jobs:
9696
})
9797
9898
- name: "Approve pull request"
99-
uses: "actions/github-script@v7"
99+
uses: "actions/github-script@v8"
100100
if: "github.actor != 'nucleos-bot'"
101101
with:
102102
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
@@ -111,7 +111,7 @@ jobs:
111111
})
112112
113113
- name: "Merge pull request"
114-
uses: "actions/github-script@v7"
114+
uses: "actions/github-script@v8"
115115
with:
116116
github-token: "${{ secrets.NUCLEOS_BOT_TOKEN }}"
117117
script: |

0 commit comments

Comments
 (0)