Skip to content

Commit a2d64b5

Browse files
chore(deps): update dependency python to 3.13 (#892)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f92bc7 commit a2d64b5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/mysql_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6161
with:
62-
python-version: 3.12
62+
python-version: 3.13
6363
cache: 'pip'
6464

6565
- name: Install dependencies

.github/workflows/nginx_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Python
5959
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6060
with:
61-
python-version: 3.12
61+
python-version: 3.13
6262
cache: 'pip'
6363

6464
- name: Install dependencies

.github/workflows/os_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Python
6464
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6565
with:
66-
python-version: 3.12
66+
python-version: 3.13
6767
cache: 'pip'
6868

6969
- name: Install dependencies

.github/workflows/roles-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3434
with:
35-
python-version: 3.12
35+
python-version: 3.13
3636
cache: 'pip'
3737

3838
- name: Install dependencies

.github/workflows/ssh_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Python
6767
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6868
with:
69-
python-version: 3.12
69+
python-version: 3.13
7070
cache: 'pip'
7171

7272
- name: Install dependencies

.github/workflows/ssh_hardening_custom_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Python
6767
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6868
with:
69-
python-version: 3.12
69+
python-version: 3.13
7070
cache: 'pip'
7171

7272
- name: Install dependencies

0 commit comments

Comments
 (0)