Skip to content

Commit 74a2a60

Browse files
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eef1703 commit 74a2a60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: actions/setup-python@v2
17+
- uses: actions/setup-python@v4
1818
- uses: pre-commit/[email protected]
1919

2020
test:
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Setup python for tox
39-
uses: actions/setup-python@v2
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: "3.10"
4242
- name: Install tox
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
fetch-depth: 0
4747
- name: Setup python for test ${{ matrix.py }}
48-
uses: actions/setup-python@v2
48+
uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.py }}
5151
- name: Pick environment to run
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@v2
8787
with:
8888
fetch-depth: 0
89-
- uses: actions/setup-python@v2
89+
- uses: actions/setup-python@v4
9090
with:
9191
python-version: "3.10"
9292
- name: Install tox
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
fetch-depth: 0
133133
- name: Setup Python "3.10"
134-
uses: actions/setup-python@v2
134+
uses: actions/setup-python@v4
135135
with:
136136
python-version: "3.10"
137137
- name: Install tox
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
steps:
149149
- name: Setup python to build package
150-
uses: actions/setup-python@v2
150+
uses: actions/setup-python@v4
151151
with:
152152
python-version: "3.10"
153153
- name: Install build

0 commit comments

Comments
 (0)