Skip to content

Commit 579d787

Browse files
authored
Merge pull request #103 from EngineScript/dependabot/github_actions/actions-e24c266ee1
Bump softprops/action-gh-release from 2 to 3 in the actions group
2 parents 7ff2a62 + 5ab1746 commit 579d787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Create Release
6969
if: steps.check_release.outputs.exists == 'false'
70-
uses: softprops/action-gh-release@v2
70+
uses: softprops/action-gh-release@v3
7171
with:
7272
tag_name: v${{ steps.get_version.outputs.version }}
7373
name: Release v${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)