Skip to content

Commit a92721c

Browse files
committed
Use newer version of setup-python github action
1 parent 9d698ce commit a92721c

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)