Skip to content

Commit 5f8d7ec

Browse files
authored
Merge pull request #1 from lpm0073/dependabot/github_actions/cycjimmy/semantic-release-action-5
Bump cycjimmy/semantic-release-action from 4 to 5
2 parents f77903e + c3263ef commit 5f8d7ec

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
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: Semantic Release
63-
uses: cycjimmy/semantic-release-action@v4
63+
uses: cycjimmy/semantic-release-action@v5
6464
id: semantic
6565
with:
6666
dry_run: true

.github/workflows/pushMain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Semantic Release
51-
uses: cycjimmy/semantic-release-action@v4
51+
uses: cycjimmy/semantic-release-action@v5
5252
id: semantic
5353
with:
5454
branches: |

0 commit comments

Comments
 (0)