Skip to content

Commit 3e8c57f

Browse files
Bump actions/checkout from 2 to 3 (#241)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19ecc1c commit 3e8c57f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.10"
2929
- name: Install tox
3030
run: python -m pip install tox
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
with:
3333
fetch-depth: 0
3434
- name: Setup python for test ${{ matrix.py }}
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-20.04
7070
needs: test
7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373
with:
7474
fetch-depth: 0
7575
- uses: actions/setup-python@v2
@@ -107,7 +107,7 @@ jobs:
107107
- readme
108108
- type
109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111
with:
112112
fetch-depth: 0
113113
- name: Setup Python "3.10"
@@ -132,7 +132,7 @@ jobs:
132132
python-version: "3.10"
133133
- name: Install build
134134
run: python -m pip install build
135-
- uses: actions/checkout@v2
135+
- uses: actions/checkout@v3
136136
with:
137137
fetch-depth: 0
138138
- name: Build sdist and wheel

0 commit comments

Comments
 (0)