File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Generate token
16
16
id : generate_token
17
- uses : actions/create-github-app-token@v1.5.1
17
+ uses : actions/create-github-app-token@v1.6.0
18
18
with :
19
19
app_id : ${{ secrets.APP_ID }}
20
20
private_key : ${{ secrets.APP_PEM }}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Generate token
18
18
id : generate_token
19
- uses : actions/create-github-app-token@v1.5.1
19
+ uses : actions/create-github-app-token@v1.6.0
20
20
with :
21
21
app_id : ${{ secrets.APP_ID }}
22
22
private_key : ${{ secrets.APP_PEM }}
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
runs-on : windows-2022
237
237
needs : pack
238
238
steps :
239
- -
uses :
Vampire/[email protected] .1
239
+ -
uses :
Vampire/[email protected] .2
240
240
with :
241
241
distribution : Ubuntu-18.04
242
242
Original file line number Diff line number Diff line change 42
42
steps :
43
43
44
44
# # We create an initial comment with some useful help to the user
45
- - uses : actions/github-script@v6.4 .1
45
+ - uses : actions/github-script@v7.0 .1
46
46
with :
47
47
script : |
48
48
const script = require('./.github/scripts/pr-comment.js');
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
# # Append some useful links and tips to the test results posted by
133
133
# # Publish CT Test Results
134
- - uses : actions/github-script@v6.4 .1
134
+ - uses : actions/github-script@v7.0 .1
135
135
if : always()
136
136
with :
137
137
script : |
You can’t perform that action at this time.
0 commit comments