From 4adaf9c23a94fe475b5ba3bb87df362224083751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:58:07 +0000 Subject: [PATCH] Bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 1 update: [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `ncipollo/release-action` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/mavenCentral_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mavenCentral_cd.yml b/.github/workflows/mavenCentral_cd.yml index 50326aeeaa0..47bf6370107 100644 --- a/.github/workflows/mavenCentral_cd.yml +++ b/.github/workflows/mavenCentral_cd.yml @@ -35,7 +35,7 @@ jobs: # Attempt to create a GitHub release using the version in the pom.xml, if this release already exists, this job will fail fast - name: Create GitHub Release id: create_release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: