Skip to content

Commit 8e218f0

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 5e90e80 commit 8e218f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
key: linux-cache
7676

7777
- name: Setup Python
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: '3.10'
8181

@@ -140,7 +140,7 @@ jobs:
140140
choco install ninja cmake
141141
142142
- name: Setup Python
143-
uses: actions/setup-python@v5
143+
uses: actions/setup-python@v6
144144
with:
145145
python-version: '3.10'
146146

0 commit comments

Comments
 (0)