Skip to content

Commit 0d02a86

Browse files
chore(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2 (#624)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd45390 commit 0d02a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autorelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: ./tools
2121
run: ./releaser/scripts/setghenv.sh
2222
- name: Create Release
23-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
23+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
2424
with:
2525
body: ${{ env.RELEASE_NOTES }}
2626
tag_name: ${{ env.RELEASE_TAG }}
@@ -50,7 +50,7 @@ jobs:
5050
KONDUKTO_REPO: ${{ vars.KONDUKTO_REPO }}
5151
KONDUKTO_BRANCH_PREFIX: ${{ vars.KONDUKTO_BRANCH_PREFIX }}
5252
- name: Upload SBOM as release artifact
53-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
53+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
5454
with:
5555
files: compliance/sbom.json
5656
tag_name: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)