Skip to content

Commit 59159af

Browse files
renovate[bot]vlsi
authored andcommitted
chore(deps): update softprops/action-gh-release action to v2
1 parent 3193ac4 commit 59159af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-sigstore-gradle-plugin-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
contents: write
6565
steps:
6666
- name: Create release
67-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # tag=v0.1.15
67+
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
6868
with:
6969
tag_name: ${{ github.ref_name }}
7070
name: ${{ github.ref_name }}-gradle

.github/workflows/release-sigstore-java-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
contents: write
6666
steps:
6767
- name: Create release
68-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # tag=v0.1.15
68+
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
6969
with:
7070
tag_name: ${{ github.ref_name }}
7171
body: "See [CHANGELOG.md](https://github.com/${{ vars.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."

0 commit comments

Comments
 (0)