Skip to content

Commit d584148

Browse files
committed
Merge branch 'main' into next-major
2 parents 3e556c6 + 39a7eee commit d584148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullRequestController.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v5
6262

6363
- name: Semantic Release
64-
uses: cycjimmy/semantic-release-action@v5
64+
uses: cycjimmy/semantic-release-action@v6
6565
id: semantic
6666
with:
6767
dry_run: true

.github/workflows/pushMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
persist-credentials: false
6363

6464
- name: Semantic Release
65-
uses: cycjimmy/semantic-release-action@v5
65+
uses: cycjimmy/semantic-release-action@v6
6666
id: semantic
6767
with:
6868
branches: |

0 commit comments

Comments
 (0)