From 446ad01b35aa9e335e000943b31d600e4875fefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:56:14 +0000 Subject: [PATCH] ci(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.0. - [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/da05d552573ad5aba039eaac05058a918a7bf631...d5382d3e6f2fa7bd53cb749d33091853d4985daf) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 6c671b3..704f304 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -121,7 +121,7 @@ jobs: name: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip path: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip - name: Create GitHub release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2.3.0 if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} with: token: ${{ secrets.GITHUB_TOKEN }}