Skip to content

Commit 6891a67

Browse files
authored
GitHub Actions: Upgrade setup-python
1 parent 277cfb4 commit 6891a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Python sdist/wheel
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: actions/setup-python@v3
20+
- uses: actions/setup-python@v4
2121
with:
2222
python-version: "3.10"
2323
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v3
53+
uses: actions/setup-python@v4
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Install dependencies
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
needs: [dist]
7474
steps:
75-
- uses: actions/setup-python@v3
75+
- uses: actions/setup-python@v4
7676
with:
7777
python-version: "3.10"
7878
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)