From 23855c363b646bb012fa1eedc6d7cfaf5c8ca6f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:41:08 +0100 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 (#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/GnuTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 10cbedc..e8d5e40 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -51,7 +51,7 @@ jobs: strip -s target/release/tarapp zstd -19 target/release/tarapp -o ../tar-x86_64-unknown-linux-gnu.zst - name: Publish latest commit - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: tag_name: latest-commit