Skip to content

Commit cbe1d4b

Browse files
deps(actions): bump softprops/action-gh-release from 2.6.1 to 3.0.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.0. - [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@153bb8e...b430933) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9588b67 commit cbe1d4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ jobs:
646646
# - verify-release job will: download with retry, verify checksums,
647647
# generate final SHA256SUMS, then publish the release
648648
# NOTE: nftban-core and nftban-ui are uploaded by SLSA workflow with provenance
649-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
649+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
650650
with:
651651
files: |
652652
dist/packages/*.rpm

.github/workflows/slsa-go-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# provides cryptographic verification for these binaries.
155155

156156
- name: Upload to GitHub Release
157-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
157+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
158158
with:
159159
tag_name: ${{ needs.get-tag.outputs.tag }}
160160
# Use single pattern to avoid duplicates (nftban-* matches .intoto.jsonl too)

0 commit comments

Comments
 (0)