Skip to content

Commit 2782ed3

Browse files
Bump actions/checkout from 2 to 3 (#50)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96974b2 commit 2782ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 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
- name: setup python for test ${{ matrix.py }}
3333
uses: actions/setup-python@v2
3434
with:
@@ -60,7 +60,7 @@ jobs:
6060
- dev
6161
- pkg_check
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v3
6464
- name: setup Python 3.10
6565
uses: actions/setup-python@v2
6666
with:
@@ -83,7 +83,7 @@ jobs:
8383
python-version: "3.10"
8484
- name: install build
8585
run: python -m pip install build
86-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v3
8787
- name: build package
8888
run: python -m build --sdist --wheel . -o dist
8989
- name: publish to PyPI

0 commit comments

Comments
 (0)