Skip to content

Commit dedc857

Browse files
chore(deps): update dependency python to 3.13
1 parent c022ec1 commit dedc857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.11'
36+
python-version: '3.13'
3737
- name: Install ansible
3838
run: pip install -r requirements.txt
3939
- name: Run playbook

.github/workflows/deploy-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.11'
36+
python-version: '3.13'
3737
- name: Install ansible
3838
run: pip install -r requirements.txt
3939
- name: Run playbook

.github/workflows/syntax-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.13'
1717
- name: Install ansible
1818
run: pip install -r requirements.txt
1919
- name: Run ansible-lint

0 commit comments

Comments
 (0)