From 6382e8ff1d9f097e04a27b057f6092984668e370 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 10 Jun 2025 15:05:04 +0200 Subject: [PATCH] Pin softprops/action-gh-release to v2.2.2 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b093ec672..7c97fa144 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -322,7 +322,7 @@ jobs: merge-multiple: true - name: Prepare a release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.2.2 with: generate_release_notes: true body: | @@ -391,7 +391,7 @@ jobs: await script({ core, github, context }); - name: Update unstable release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.2.2 with: name: "Unstable build" tag_name: unstable