Skip to content

Commit 4af7b58

Browse files
chore(deps): update actions/setup-python action to v6
1 parent a1a828c commit 4af7b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ github.head_ref }}
3939

4040
- name: Set up python
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242

4343
- name: Run pre-commit on codebase
4444
uses: pre-commit/[email protected]
@@ -204,7 +204,7 @@ jobs:
204204
uses: ./.github/actions/setup-vcpkg
205205

206206
- name: Set up python
207-
uses: actions/setup-python@v5
207+
uses: actions/setup-python@v6
208208
with:
209209
python-version: 3.x
210210

0 commit comments

Comments
 (0)