Commit 19dfa40 1 parent 3fce248 commit 19dfa40 Copy full SHA for 19dfa40
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
&& !( contains(github.event.inputs.versionTag, 'alpha')
45
45
|| contains(github.event.inputs.versionTag, 'beta')
46
46
|| contains(github.event.inputs.versionTag, 'rc')) }}
47
- uses : actions/github-script@v6
47
+ uses : actions/github-script@v7
48
48
with :
49
49
github-token : ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
50
50
script : |
58
58
&& ( contains(github.event.inputs.versionTag, 'alpha')
59
59
|| contains(github.event.inputs.versionTag, 'beta')
60
60
|| contains(github.event.inputs.versionTag, 'rc')) }}
61
- uses : actions/github-script@v6
61
+ uses : actions/github-script@v7
62
62
with :
63
63
github-token : ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
64
64
script : |
87
87
run : git push
88
88
89
89
- name : Open PR with version bump
90
- uses : actions/github-script@v6
90
+ uses : actions/github-script@v7
91
91
with :
92
92
github-token : ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
93
93
script : |
You can’t perform that action at this time.
0 commit comments