Skip to content

Commit 7c00167

Browse files
chore(deps): update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ece884 commit 7c00167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16-
- uses: TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16+
- uses: TriPSs/conventional-changelog-action@5f00b899ccbbcbc112bd6d715d5e76e7a9e4501d # v6
1717
id: changelog
1818
with:
1919
github-token: ${{ github.token }}
2020
release-count: 0
21-
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
21+
- uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
2222
if: ${{ steps.changelog.outputs.skipped == 'false' }}
2323
with:
2424
tag_name: ${{ steps.changelog.outputs.tag }}

0 commit comments

Comments
 (0)