diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-08 00:07:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 00:07:03 +0000 |
| commit | 093f79d97bfc6499f4101af8e1415aff00923183 (patch) | |
| tree | b56df122bc3e2c0b8ea58fc0399891a432ad8b8c /.github | |
| parent | 155bd1dbed0c1bfd62a2e1c5eb09b2eb1f11bdfc (diff) | |
build(deps): bump softprops/action-gh-release from 2.3.2 to 2.3.3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/72f2c25fcb47643c292f7107632f7a47c1df5cd8...6cbd405e2c4e67a21c47fa9e383d020e4e28b836)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-tip.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index f53e426e7..e1d4bca4a 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -188,7 +188,7 @@ jobs: nix develop -c minisign -S -m ghostty-source.tar.gz -s minisign.key < minisign.password - name: Update Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 with: name: 'Ghostty Tip ("Nightly")' prerelease: true @@ -359,7 +359,7 @@ jobs: # Update Release - name: Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 with: name: 'Ghostty Tip ("Nightly")' prerelease: true @@ -590,7 +590,7 @@ jobs: # Update Release - name: Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 with: name: 'Ghostty Tip ("Nightly")' prerelease: true @@ -775,7 +775,7 @@ jobs: # Update Release - name: Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 + uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 with: name: 'Ghostty Tip ("Nightly")' prerelease: true |
