From e3f09368d956224c1bb6c68db6d0c8ac78d9b7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:02:48 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from c9b46fe7aad9f02afd89b12450b780f52dacfb2d to 69320dbe05506a9a39fc8ae11030b214ec2d1f87. - [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/c9b46fe7aad9f02afd89b12450b780f52dacfb2d...69320dbe05506a9a39fc8ae11030b214ec2d1f87) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ce46d20..7b46d0b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -63,7 +63,7 @@ jobs: run: git describe --tags --exact-match - name: Create Release Draft - uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 if: steps.no-bump.outcome == 'success' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}