File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
' requirements_test_pre_commit.txt' ) }}
53
53
54
54
- name : Download outputs
55
- uses : actions/github-script@v6.4 .1
55
+ uses : actions/github-script@v7.0 .1
56
56
with :
57
57
script : |
58
58
// Download workflow pylint output
@@ -108,7 +108,7 @@ jobs:
108
108
--batches=4
109
109
- name : Post comment
110
110
id : post-comment
111
- uses : actions/github-script@v6.4 .1
111
+ uses : actions/github-script@v7.0 .1
112
112
with :
113
113
script : |
114
114
const fs = require('fs')
Original file line number Diff line number Diff line change 76
76
# Cache primer packages
77
77
- name : Download last 'main' run info
78
78
id : download-main-run
79
- uses : actions/github-script@v6.4 .1
79
+ uses : actions/github-script@v7.0 .1
80
80
with :
81
81
script : |
82
82
// Download 'main' pylint output
You can’t perform that action at this time.
0 commit comments