Update actions/checkout action to v4
This commit is contained in:
parent
80643f0da3
commit
d501796021
@ -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 .
|
||||
@ -20,7 +20,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:
|
||||
|
Loading…
Reference in New Issue
Block a user