From efe4290294111ecc393db1161955d33815d34a7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:56:50 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 3d0d988 (digest) --- .github/workflows/nightly-release.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-release.yaml b/.github/workflows/nightly-release.yaml index c455c9d..6958d33 100644 --- a/.github/workflows/nightly-release.yaml +++ b/.github/workflows/nightly-release.yaml @@ -35,7 +35,7 @@ jobs: }); }) - name: Release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: | build/release/gratos.x86.grub.iso diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7fdcb31..a4429e3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: make iso BUILD=release BOOTPROTOCOL=multiboot2 BOOTLOADER=grub make iso BUILD=release BOOTPROTOCOL=multiboot2 BOOTLOADER=limine - name: Release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: | build/release/gratos.x86.grub.iso