Skip to content

Commit c553edc

Browse files
Update actions/setup-python action to v3 (#120)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3fa265a commit c553edc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python 3.7
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: 3.7
2222
- uses: actions/[email protected]

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ref: ${{ github.head_ref }}
1212
- uses: actions/checkout@v2
1313
- name: Set up Python 3.7
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v3
1515
with:
1616
python-version: 3.7
1717
- name: Install formatter dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python 3.7
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: 3.7
2222
- uses: actions/[email protected]
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v2
5858
- name: Set up Python 3.7
59-
uses: actions/setup-python@v2
59+
uses: actions/setup-python@v3
6060
with:
6161
python-version: 3.7
6262
- uses: actions/[email protected]

0 commit comments

Comments
 (0)