From 844c8c4f548b502ca4b2e784510f6b7c4f91e39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:43:32 +0100 Subject: [PATCH 1/2] Bump actions/github-script from 6 to 7 (#133) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 006cd1c..2a8e492 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -44,7 +44,7 @@ jobs: && !( contains(github.event.inputs.versionTag, 'alpha') || contains(github.event.inputs.versionTag, 'beta') || contains(github.event.inputs.versionTag, 'rc')) }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}} script: | @@ -58,7 +58,7 @@ jobs: && ( contains(github.event.inputs.versionTag, 'alpha') || contains(github.event.inputs.versionTag, 'beta') || contains(github.event.inputs.versionTag, 'rc')) }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}} script: | @@ -87,7 +87,7 @@ jobs: run: git push - name: Open PR with version bump - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}} script: | From 24d24fd8d4ff65543b932d4f02efb2ab039eb388 Mon Sep 17 00:00:00 2001 From: Johnny Q5 <50356506+JohnnyQ5@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:48:01 +0100 Subject: [PATCH 2/2] Set version to 1.17.0 (#131) Co-authored-by: Steffengreiner --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 424e2d9..5846c14 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Collection of non-Vaadin, non-Liferay utilities. 4.0.0 Core Utilities Library - 1.16.0 + 1.17.0 https://github.com/qbicsoftware/core-utils-lib jar