From ca909cc6ad78d4ce229b76982fc4ae42bcc8d322 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jul 2026 14:36:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20up?= =?UTF-8?q?date=20softprops/action-gh-release=20digest=20to=203d0d988?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da91954..680aebd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 if: startsWith(github.ref, 'refs/tags/') with: tag_name: ${{ github.ref_name }} @@ -54,7 +54,7 @@ jobs: - name: Move binary run: mv target/${{ matrix.target }}/release/richard${{ matrix.suffix }} richard-${{ github.ref_name }}-${{ matrix.target }}${{ matrix.suffix }} - name: Upload Artefact to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 if: startsWith(github.ref, 'refs/tags/') with: tag_name: ${{ github.ref_name }}