Skip to content

Commit 8f6c029

Browse files
committed
chore(workflows/tests): update "cycjimmy/semantic-release-action" to 6.0.0
1 parent 2485484 commit 8f6c029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build
103103
run: yarn build
104104
- name: Semantic Release
105-
uses: cycjimmy/semantic-release-action@ba330626c4750c19d8299de843f05c7aa5574f62 # v5.0.2
105+
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
106106
with:
107107
# dry_run: true
108108
# "conventional-changelog-writer" is exactly installed as "cycjimmy/semantic-release-action" depends on 8.0.0, which causes errors
@@ -111,8 +111,8 @@ jobs:
111111
extra_plugins: |
112112
@semantic-release/git@10.x
113113
@semantic-release/changelog@6.x
114-
conventional-changelog-conventionalcommits@8
115-
conventional-changelog-writer@8.0.1
114+
conventional-changelog-conventionalcommits@9
115+
conventional-changelog-writer@8
116116
semantic-release-replace-plugin@1.2.7
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)