File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 : |
Original file line number Diff line number Diff line change 8
8
<description >Collection of non-Vaadin, non-Liferay utilities.</description >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<name >Core Utilities Library</name >
11
- <version >1.16 .0</version >
11
+ <version >1.17 .0</version >
12
12
<url >https://github.com/qbicsoftware/core-utils-lib</url >
13
13
<packaging >jar</packaging >
14
14
<properties >
You can’t perform that action at this time.
0 commit comments