Skip to content

Commit

Permalink
Updates more deprecated actions
Browse files Browse the repository at this point in the history
Updates `actions/checkout` and `actions/setup-python` in manual Windows TPL CI
  • Loading branch information
kennyweiss authored Sep 26, 2024
1 parent c6db537 commit 981cdf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_windows_tpls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:

steps:
- name: Checkout repo w/ submodules
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.10'

- name: List path and files
run: ls
Expand Down

0 comments on commit 981cdf9

Please sign in to comment.