File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments