Update actions/checkout action to v4

This commit is contained in:
Renovate Bot 2023-09-11 06:52:48 +00:00
parent 0c3a22cc19
commit 8ff0e56f50

@ -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/*