Bump actions/checkout from 3 to 4 (#285)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-06 08:47:40 -07:00 committed by GitHub
parent efd34ed63b
commit 94558a1c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ jobs:
python-version: "3.11"
- name: install tox
run: python -m pip install tox
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup python for test ${{ matrix.py }}
@ -68,7 +68,7 @@ jobs:
- dev
- readme
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup Python 3.11
uses: actions/setup-python@v4
with:
@ -91,7 +91,7 @@ jobs:
python-version: "3.11"
- name: install build
run: python -m pip install build
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build package
run: python -m build --sdist --wheel . -o dist
- name: publish to PyPI

View File

@ -18,7 +18,7 @@ jobs:
python-version: "3.11"
- name: Install build
run: python -m pip install build
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build package