From 4959980cd2e53b88a0c44d9fafcaf8622d760724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:53:23 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/deadlock_tool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deadlock_tool.yml b/.github/workflows/deadlock_tool.yml index 9119f88..0442440 100644 --- a/.github/workflows/deadlock_tool.yml +++ b/.github/workflows/deadlock_tool.yml @@ -14,7 +14,7 @@ jobs: - name: Build run: go build -v -o ./analyze_deadlock.exe ./utils/analyze_deadlock.go - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: analyze_deadlock.exe