Skip to content

Commit 981cdf9

Browse files
authored
Updates more deprecated actions
Updates `actions/checkout` and `actions/setup-python` in manual Windows TPL CI
1 parent c6db537 commit 981cdf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_windows_tpls.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repo w/ submodules
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333
with:
3434
submodules: recursive
3535

3636
- name: Set up python
37-
uses: actions/setup-python@v2
37+
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.7'
39+
python-version: '3.10'
4040

4141
- name: List path and files
4242
run: ls

0 commit comments

Comments
 (0)