Skip to content

Commit

Permalink
Merge pull request #20 from cookiecutter-openedx/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/cycjimmy/semantic-release-action-4

Bump cycjimmy/semantic-release-action from 3 to 4
  • Loading branch information
lpm0073 authored Dec 31, 2023
2 parents 121402e + 833eec7 commit 3199c4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
branch: main
extra_plugins: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
branches: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
dry_run: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
semantic_version: 15
Expand Down

0 comments on commit 3199c4b

Please sign in to comment.