Skip to content

Commit 8bb4864

Browse files
Bump the github-actions group with 1 update (#351)
Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d360fdb commit 8bb4864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: |
4343
startsWith(github.ref, 'refs/tags/') &&
4444
matrix.os == 'windows-latest'
45-
uses: softprops/action-gh-release@v1
45+
uses: softprops/action-gh-release@v2
4646
with:
4747
draft: true
4848
files: |
@@ -52,7 +52,7 @@ jobs:
5252
if: |
5353
startsWith(github.ref, 'refs/tags/') &&
5454
matrix.os == 'ubuntu-latest'
55-
uses: softprops/action-gh-release@v1
55+
uses: softprops/action-gh-release@v2
5656
with:
5757
draft: true
5858
files: |

0 commit comments

Comments
 (0)