Skip to content

Commit 5452ad9

Browse files
renovate-botjackton1
authored andcommitted
Update actions/setup-python action to v4
1 parent 5eb22b5 commit 5452ad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python 3.6
21-
uses: actions/setup-python@v3.1.2
21+
uses: actions/setup-python@v4.0.0
2222
with:
2323
python-version: 3.6
2424

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/[email protected]
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v3.1.2
18+
uses: actions/setup-python@v4.0.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/[email protected]
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v3.1.2
55+
uses: actions/setup-python@v4.0.0
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

0 commit comments

Comments
 (0)