Skip to content

Commit ae8fa9e

Browse files
chore(deps): update github actions (#2322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcd0d54 commit ae8fa9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "version=$VERSION_NUM" >> $GITHUB_OUTPUT
5858
5959
- name: Conventional Changelog Update
60-
uses: TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6
60+
uses: TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6
6161
id: changelog
6262
if: ${{ inputs.release == '' }}
6363
continue-on-error: true
@@ -81,7 +81,7 @@ jobs:
8181
fi
8282
8383
- name: Create Release
84-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
84+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
8585
if: steps.set-version.outputs.tag != ''
8686
continue-on-error: true
8787
env:

0 commit comments

Comments
 (0)