Skip to content

Commit ffd6093

Browse files
authored
Merge pull request #11 from php-toolkit/dependabot/github_actions/softprops/action-gh-release-3
chore(deps): bump softprops/action-gh-release from 2 to 3
2 parents d2c3cf4 + 9704570 commit ffd6093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
# https://github.com/softprops/action-gh-release
3333
- name: Create release and upload assets
34-
uses: softprops/action-gh-release@v2
34+
uses: softprops/action-gh-release@v3
3535
with:
3636
name: ${{ env.RELEASE_TAG }}
3737
tag_name: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)