Skip to content

Commit 9beda49

Browse files
authored
Merge pull request #26 from podmortem/dependabot/github_actions/github-actions-dependencies-45154b2adb
chore(deps): bump softprops/action-gh-release from 1 to 2 in the github-actions-dependencies group
2 parents ac5b81c + c8c2b88 commit 9beda49

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
@@ -104,7 +104,7 @@ jobs:
104104
permissions: {contents: write}
105105
steps:
106106
- name: Generate GitHub Release
107-
uses: softprops/action-gh-release@v1
107+
uses: softprops/action-gh-release@v2
108108
with:
109109
tag_name: ${{ github.ref_name }}
110110
generate_release_notes: true

0 commit comments

Comments
 (0)