From 28763c7f158a0f2f7775b8f2da813f4220e97573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:46:40 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 3d0d988 --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 66f40b7..3bd83f5 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -28,7 +28,7 @@ jobs: run: | meson setup --buildtype release build meson dist -C build --allow-dirty - - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: body_path: /tmp/release-notes.md fail_on_unmatched_files: true