Skip to content

Commit 0189c89

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 894ce1a commit 0189c89

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
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v4
1818
- uses: pre-commit/action@v2.0.3
1919

@@ -64,7 +64,7 @@ jobs:
6464
python-version: "3.10"
6565
- name: Install tox
6666
run: python -m pip install tox
67-
- uses: actions/checkout@v2
67+
- uses: actions/checkout@v3
6868
with:
6969
fetch-depth: 0
7070
- name: Use local virtualenv for tox
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119
needs: test
120120
steps:
121-
- uses: actions/checkout@v2
121+
- uses: actions/checkout@v3
122122
with:
123123
fetch-depth: 0
124124
- uses: actions/setup-python@v4
@@ -164,7 +164,7 @@ jobs:
164164
- { os: windows-2022, tox_env: readme }
165165
- { os: windows-2022, tox_env: docs }
166166
steps:
167-
- uses: actions/checkout@v2
167+
- uses: actions/checkout@v3
168168
with:
169169
fetch-depth: 0
170170
- name: Setup Python "3.10"
@@ -189,7 +189,7 @@ jobs:
189189
python-version: "3.10"
190190
- name: Install https://pypi.org/project/build
191191
run: python -m pip install build
192-
- uses: actions/checkout@v2
192+
- uses: actions/checkout@v3
193193
with:
194194
fetch-depth: 0
195195
- name: Build sdist and wheel

0 commit comments

Comments
 (0)