Skip to content

Commit dea3bb1

Browse files
chore(deps): update softprops/action-gh-release action to v2
1 parent 560e689 commit dea3bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deadlock_tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
run: go build -v -o ./analyze_deadlock.exe ./utils/analyze_deadlock.go
1616
- name: Release
17-
uses: softprops/action-gh-release@v1
17+
uses: softprops/action-gh-release@v2
1818
if: startsWith(github.ref, 'refs/tags/')
1919
with:
2020
files: analyze_deadlock.exe

0 commit comments

Comments
 (0)