Skip to content

Commit 59d1ff4

Browse files
authored
Merge pull request #3944 from boegel/setup-python
consistently use actions/setup-python@v2 in CI workflows
2 parents 7ffa9de + ed3a422 commit 59d1ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88

99
- name: set up Python
10-
uses: actions/setup-python@v1
10+
uses: actions/setup-python@v2
1111
with:
1212
python-version: 3.8
1313

0 commit comments

Comments
 (0)