Skip to content

Commit 8ae3388

Browse files
Update actions/setup-python action to v6
1 parent f84d0e4 commit 8ae3388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: "actions/checkout@v4.2.2"
2020

2121
- name: Set up Python ${{ matrix.py_version }}
22-
uses: actions/setup-python@v5.6.0
22+
uses: actions/setup-python@v6.1.0
2323
with:
2424
python-version: ${{ matrix.py_version }}
2525

0 commit comments

Comments
 (0)