From 769d7d7657dc99ef1581965cfebf53ead6fd1793 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:38:56 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.0.9 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 697516ac..653d8bf1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -206,7 +206,7 @@ jobs: - name: Display structure of downloaded files run: ls -R - name: Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: generate_release_notes: true fail_on_unmatched_files: true