Update actions
This commit is contained in:
parent
7337c1b179
commit
d26b041ca2
@ -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
|
||||||
- uses: Gr1N/setup-poetry@v8
|
- uses: Gr1N/setup-poetry@v8
|
||||||
- run: poetry install
|
- run: poetry install
|
||||||
- run: poetry run flake8 .
|
- run: poetry run flake8 .
|
||||||
@ -21,7 +21,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
|
||||||
- uses: Gr1N/setup-poetry@v8
|
- uses: Gr1N/setup-poetry@v8
|
||||||
- run: poetry install --without dev
|
- run: poetry install --without dev
|
||||||
- run: poetry run python books.py
|
- run: poetry run python books.py
|
||||||
|
Reference in New Issue
Block a user