Update actions/checkout action to v4
This commit is contained in:
parent
0c3a22cc19
commit
8ff0e56f50
@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y git nodejs
|
- run: apt-get install -y git nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: pip install flake8
|
- run: pip install flake8
|
||||||
- run: flake8 pynyaata
|
- run: flake8 pynyaata
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
needs: [lint]
|
needs: [lint]
|
||||||
steps:
|
steps:
|
||||||
- run: apk add git nodejs
|
- run: apk add git nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: docker/metadata-action@v4
|
- uses: docker/metadata-action@v4
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y git nodejs
|
- run: apt-get install -y git nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: pip install twine
|
- run: pip install twine
|
||||||
- run: python setup.py sdist
|
- run: python setup.py sdist
|
||||||
- run: twine upload dist/*
|
- run: twine upload dist/*
|
||||||
|
Reference in New Issue
Block a user