Skip to content

Commit bee6f95

Browse files
committed
bump py version for actions
1 parent 7dc399a commit bee6f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v3
2525
with:
26-
python-version: '3.12.1'
26+
python-version: '3.12.4'
2727
- name: Install Dependencies
2828
shell: bash
2929
run: |

.github/actions/tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Set up Python
99
uses: actions/setup-python@v3
1010
with:
11-
python-version: '3.12.1'
11+
python-version: '3.12.4'
1212
- name: Install dependencies
1313
shell: bash
1414
run: |

0 commit comments

Comments
 (0)