Skip to content

Commit 14a7c18

Browse files
chore(deps): update cycjimmy/semantic-release-action action to v6
1 parent 243f2a5 commit 14a7c18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./mvnw -B -ntp verify 1>&2
5858
- name: Semantic Prerelease
5959
if: env.GITHUB_BRANCH != env.mainBranchName
60-
uses: cycjimmy/semantic-release-action@v3
60+
uses: cycjimmy/semantic-release-action@v6.0.0
6161
with:
6262
semantic_version: ${{ env.semanticReleaseVersion }}
6363
branches: ${{ env.GITHUB_BRANCH }}
@@ -70,7 +70,7 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.CR_TOKEN }}
7171
- name: Semantic Release
7272
if: env.GITHUB_BRANCH == env.mainBranchName
73-
uses: cycjimmy/semantic-release-action@v3
73+
uses: cycjimmy/semantic-release-action@v6.0.0
7474
with:
7575
semantic_version: ${{ env.semanticReleaseVersion }}
7676
branches: ${{ env.mainBranchName }}

0 commit comments

Comments
 (0)