Skip to content

Commit 82bfc45

Browse files
Merge branch 'main' into release/1.18.0
2 parents c16248c + 24d24fd commit 82bfc45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
&& !( contains(github.event.inputs.versionTag, 'alpha')
4545
|| contains(github.event.inputs.versionTag, 'beta')
4646
|| contains(github.event.inputs.versionTag, 'rc')) }}
47-
uses: actions/github-script@v6
47+
uses: actions/github-script@v7
4848
with:
4949
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
5050
script: |
@@ -58,7 +58,7 @@ jobs:
5858
&& ( contains(github.event.inputs.versionTag, 'alpha')
5959
|| contains(github.event.inputs.versionTag, 'beta')
6060
|| contains(github.event.inputs.versionTag, 'rc')) }}
61-
uses: actions/github-script@v6
61+
uses: actions/github-script@v7
6262
with:
6363
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
6464
script: |
@@ -87,7 +87,7 @@ jobs:
8787
run: git push
8888

8989
- name: Open PR with version bump
90-
uses: actions/github-script@v6
90+
uses: actions/github-script@v7
9191
with:
9292
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
9393
script: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description>Collection of non-Vaadin, non-Liferay utilities.</description>
99
<modelVersion>4.0.0</modelVersion>
1010
<name>Core Utilities Library</name>
11-
<version>1.16.0</version>
11+
<version>1.17.0</version>
1212
<url>https://github.com/qbicsoftware/core-utils-lib</url>
1313
<packaging>jar</packaging>
1414
<properties>

0 commit comments

Comments
 (0)