Skip to content

Commit 0c4f5a7

Browse files
Bump softprops/action-gh-release in the github_actions group
Bumps the github_actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `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](softprops/action-gh-release@v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a1119c commit 0c4f5a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
shell: bash
114114

115115
- name: Publish Archive
116-
uses: softprops/[email protected].2
116+
uses: softprops/[email protected].3
117117
if: ${{ startsWith(github.ref, 'refs/tags/') }}
118118
with:
119119
draft: false
@@ -123,7 +123,7 @@ jobs:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124

125125
- name: Publish Changelog
126-
uses: softprops/[email protected].2
126+
uses: softprops/[email protected].3
127127
if: >-
128128
${{
129129
startsWith(github.ref, 'refs/tags/')
@@ -160,7 +160,7 @@ jobs:
160160
shasum -a 256 * > ../SHA256SUMS
161161
162162
- name: Publish Checksums
163-
uses: softprops/[email protected].2
163+
uses: softprops/[email protected].3
164164
with:
165165
draft: false
166166
files: SHA256SUMS

0 commit comments

Comments
 (0)