Skip to content

Commit f3356f9

Browse files
Merge pull request #1276 from VWS-Python/new-setup-python
Use newer version of setup-python github action
2 parents dc5e328 + a92721c commit f3356f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: "Set up Python"
28-
uses: actions/setup-python@v1
28+
uses: actions/setup-python@v2
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: "Set up Python"
28-
uses: actions/setup-python@v1
28+
uses: actions/setup-python@v2
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

0 commit comments

Comments
 (0)