From 47110276530c319c52e33f62c0e194a96cef38cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:13:53 +0200 Subject: [PATCH] build(deps): bump actions-js/push from 1.4 to 1.5 (#216) Bumps [actions-js/push](https://github.com/actions-js/push) from 1.4 to 1.5. - [Release notes](https://github.com/actions-js/push/releases) - [Commits](https://github.com/actions-js/push/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: actions-js/push dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5de7ff3..1e289f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - name: Set release version run: ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ github.event.inputs.version }} - name: Commit & Push changes - uses: actions-js/push@v1.4 + uses: actions-js/push@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} message: "chore: releasing version ${{ github.event.inputs.version }}" @@ -51,7 +51,7 @@ jobs: - name: Set the next release version run: ./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ github.event.inputs.nextVersion }}-SNAPSHOT - name: Commit & Push changes - uses: actions-js/push@v1.4 + uses: actions-js/push@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} message: "chore: setting version ${{ github.event.inputs.nextVersion }}-SNAPSHOT"