Skip to content

Commit 5169fdf

Browse files
Bump actions/checkout from 2 to 3 (#2445)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 255cb3f commit 5169fdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: "3.10"
4141
- name: Install tox
4242
run: python -m pip install tox
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
with:
4545
fetch-depth: 0
4646
- name: Setup python for test ${{ matrix.py }}
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
needs: test
8484
steps:
85-
- uses: actions/checkout@v2
85+
- uses: actions/checkout@v3
8686
with:
8787
fetch-depth: 0
8888
- uses: actions/setup-python@v4
@@ -125,7 +125,7 @@ jobs:
125125
exclude:
126126
- { os: windows-2022, tox_env: readme }
127127
steps:
128-
- uses: actions/checkout@v2
128+
- uses: actions/checkout@v3
129129
with:
130130
fetch-depth: 0
131131
- name: Setup Python "3.10"
@@ -150,7 +150,7 @@ jobs:
150150
python-version: "3.10"
151151
- name: Install build
152152
run: python -m pip install build
153-
- uses: actions/checkout@v2
153+
- uses: actions/checkout@v3
154154
with:
155155
fetch-depth: 0
156156
- name: Build sdist and wheel

0 commit comments

Comments
 (0)