Update actions/checkout action to v4
divent / lint (push) Failing after 5s Details
divent / docker (push) Has been skipped Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-09-11 07:24:48 +00:00
parent 6b7a6775de
commit d29e13e922
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
- uses: Gr1N/setup-poetry@v8
- run: poetry install
- run: poetry run flake8 .
@ -21,7 +21,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:
@ -51,6 +51,6 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Gr1N/setup-poetry@v8
- run: poetry publish --build