File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Request review from @ergebnis-bot"
28
- uses : " actions/github-script@v6.0 .0"
28
+ uses : " actions/github-script@v6.1 .0"
29
29
with :
30
30
github-token : " ${{ secrets.ERGEBNIS_BOT_TOKEN }}"
31
31
script : |
47
47
}
48
48
49
49
- name : " Assign @ergebnis-bot"
50
- uses : " actions/github-script@v6.0 .0"
50
+ uses : " actions/github-script@v6.1 .0"
51
51
with :
52
52
github-token : " ${{ secrets.ERGEBNIS_BOT_TOKEN }}"
53
53
script : |
69
69
}
70
70
71
71
- name : " Approve pull request"
72
- uses : " actions/github-script@v6.0 .0"
72
+ uses : " actions/github-script@v6.1 .0"
73
73
with :
74
74
github-token : " ${{ secrets.ERGEBNIS_BOT_TOKEN }}"
75
75
script : |
87
87
}
88
88
89
89
- name : " Merge pull request"
90
- uses : " actions/github-script@v6.0 .0"
90
+ uses : " actions/github-script@v6.1 .0"
91
91
with :
92
92
github-token : " ${{ secrets.ERGEBNIS_BOT_TOKEN }}"
93
93
script : |
Original file line number Diff line number Diff line change 93
93
github-token : " ${{ secrets.ERGEBNIS_BOT_TOKEN }}"
94
94
95
95
- name : " Upload release assets"
96
- uses : " actions/github-script@v6.0 .0"
96
+ uses : " actions/github-script@v6.1 .0"
97
97
with :
98
98
github-token : " ${{ secrets.ERGEBNIS_BOT_TOKEN }}"
99
99
script : |
You can’t perform that action at this time.
0 commit comments