Update actions/checkout action to v4
books / flake8 (push) Failing after 13s Details
books / docker (push) Failing after 6s Details
books / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-09-11 06:52:48 +00:00
parent 0c3a22cc19
commit 8ff0e56f50
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pip install flake8
- run: flake8 pynyaata
@ -18,7 +18,7 @@ jobs:
needs: [lint]
steps:
- run: apk add git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/metadata-action@v4
id: meta
with:
@ -46,7 +46,7 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pip install twine
- run: python setup.py sdist
- run: twine upload dist/*