Skip to content

Commit adfae36

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-6.0.2
2 parents 9e0a00b + c37c3df commit adfae36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
} >> $GITHUB_OUTPUT
135135
136136
- name: Create GitHub Release
137-
uses: softprops/action-gh-release@v2.2.0
137+
uses: softprops/action-gh-release@v2.5.0
138138
with:
139139
name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.coach }} ♟️"
140140
tag_name: ${{ steps.version.outputs.tag_name }}

0 commit comments

Comments
 (0)