Skip to content

Commit c1c0119

Browse files
authored
Merge pull request #146 from cbcoutinho/renovate/pin-dependencies
chore(deps): pin softprops/action-gh-release action to 6cbd405
2 parents e36d020 + 930bb28 commit c1c0119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2626
changelog_increment_filename: body.md
2727
- name: Release
28-
uses: softprops/action-gh-release@v2.3.3
28+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
2929
with:
3030
body_path: "body.md"
3131
tag_name: v${{ env.REVISION }}

0 commit comments

Comments
 (0)