From 24ad04b3e84c9b292327feda63e2a455c59aff13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:48:23 +0000 Subject: [PATCH] chore(deps): update github-actions to 718ea10 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-main.yml | 2 +- .github/workflows/release-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index ad5f433a..caa231f9 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -51,7 +51,7 @@ jobs: run: git push origin main - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: v${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }} diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index 99db6609..1ae1af09 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -117,7 +117,7 @@ jobs: run: git push origin main - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: v${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }}