Skip to content

Commit a74ef3f

Browse files
Merge branch 'main' into dev
2 parents 4a67ffc + d4d6dbc commit a74ef3f

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.github/workflows/main-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GEO_API_KEY: ${{ secrets.GEO_API_KEY }}
2626
steps:
2727
- uses: actions/checkout@v5
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
id: setup_python

.github/workflows/main-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
AUTO_MODE: 1
2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
id: setup_python

.github/workflows/non-main-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
LLM_MODEL_API_KEY: ${{ github.event.inputs.LLM_MODEL_API_KEY }}
3333
steps:
3434
- uses: actions/checkout@v5
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
id: setup_python

.github/workflows/non-main-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
AUTO_MODE: 1
3535
steps:
3636
- uses: actions/checkout@v5
37-
- uses: actions/setup-python@v5
37+
- uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
id: setup_python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
steps:
4141
- uses: actions/checkout@v5
42-
- uses: actions/setup-python@v5
42+
- uses: actions/setup-python@v6
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
id: setup_python

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/test-zeus-ai-testzeus-hercules-badge.png)](https://mseep.ai/app/test-zeus-ai-testzeus-hercules)
2+
13
# 💪 Hercules
24

35
[![PyPI Total Downloads](https://static.pepy.tech/badge/testzeus-hercules)](https://pepy.tech/projects/testzeus-hercules)

0 commit comments

Comments
 (0)