Skip to content

Commit 1dcc5f1

Browse files
Bump actions/setup-python from 2 to 4 (#242)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e8c57f commit 1dcc5f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.7"
2424
steps:
2525
- name: Setup python for tox
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v4
2727
with:
2828
python-version: "3.10"
2929
- name: Install tox
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Setup python for test ${{ matrix.py }}
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v4
3636
with:
3737
python-version: ${{ matrix.py }}
3838
- name: Pick environment to run
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v3
7373
with:
7474
fetch-depth: 0
75-
- uses: actions/setup-python@v2
75+
- uses: actions/setup-python@v4
7676
with:
7777
python-version: "3.10"
7878
- name: Install tox
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
fetch-depth: 0
113113
- name: Setup Python "3.10"
114-
uses: actions/setup-python@v2
114+
uses: actions/setup-python@v4
115115
with:
116116
python-version: "3.10"
117117
- name: Install tox
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ubuntu-20.04
128128
steps:
129129
- name: Setup python to build package
130-
uses: actions/setup-python@v2
130+
uses: actions/setup-python@v4
131131
with:
132132
python-version: "3.10"
133133
- name: Install build

0 commit comments

Comments
 (0)