Skip to content

Commit 98b5bf1

Browse files
committed
Merge branch 'main' into alpha
2 parents 33370ba + 366ed57 commit 98b5bf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v4
64+
uses: cycjimmy/semantic-release-action@v5
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@v4
65+
uses: cycjimmy/semantic-release-action@v5
6666
id: semantic
6767
with:
6868
branches: |

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# dev and test
55
# ------------
6-
pytest==8.4.1
6+
pytest==8.4.2
77
pytest_mock==3.14.1
88

99
# Code linters, formatters, and security scanners

0 commit comments

Comments
 (0)