Skip to content

Commit 57af12e

Browse files
Merge pull request #171 from pytest-dev/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents c8806a4 + 296b8bb commit 57af12e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python }}
2222
- name: Install tox
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v1
3737
- name: Set up Python
38-
uses: actions/setup-python@v2
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: "3.7"
4141
- name: Install hatch

0 commit comments

Comments
 (0)