From 54830fbd3b5846db3d3de57428020e551a4ed24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:39:27 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.3 to 2.0.6 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3198ee18f814cdf787321b4a32a26ddbf37acc52...a74c6b72af54cfa997e81df42d94703d6313a2d0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f2bcccf..b419d46 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,7 +105,7 @@ jobs: run: | mvn package -DskipTests -Dset.changelist - name: Create Release - uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 #v2.0.3 + uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 #v2.0.6 if: inputs.dev == true || inputs.tag == 'nightly' env: GITHUB_TOKEN: ${{ github.token}}