Skip to content

Commit 5bcdb23

Browse files
authored
Merge pull request #696 from FullStackWithLawrence/dependabot/github_actions/cycjimmy/semantic-release-action-6
chore(deps): bump cycjimmy/semantic-release-action from 5 to 6
2 parents 5f8c956 + 0366097 commit 5bcdb23

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
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v5
6767

6868
- name: Semantic Release
69-
uses: cycjimmy/semantic-release-action@v5
69+
uses: cycjimmy/semantic-release-action@v6
7070
id: semantic
7171
with:
7272
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)