Skip to content

Commit 7c960d9

Browse files
build(deps): Bump softprops/action-gh-release from 2 to 3 (#3248)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 212b034 commit 7c960d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Create Draft GitHub Release
178178
id: create-release
179-
uses: softprops/action-gh-release@v2
179+
uses: softprops/action-gh-release@v3
180180
with:
181181
draft: true
182182
name: ${{ steps.extract-version.outputs.tag }} (${{ fromJSON(steps.claude-release.outputs.structured_output).release_date }})

.github/workflows/rust-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Create GitHub Release
7878
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
79-
uses: softprops/action-gh-release@v2
79+
uses: softprops/action-gh-release@v3
8080
with:
8181
name: Rust Client ${{ github.ref_name }}
8282
body: |

0 commit comments

Comments
 (0)