Skip to content

Commit 066cc16

Browse files
authored
Merge pull request #20 from FullStackWithLawrence/dependabot/github_actions/cycjimmy/semantic-release-action-6
chore(deps): bump cycjimmy/semantic-release-action from 4 to 6
2 parents 5f2ebf3 + 6253853 commit 066cc16

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@v6
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@v6
5252
id: semantic
5353
with:
5454
branches: |

0 commit comments

Comments
 (0)