upgrade github actions

This commit is contained in:
Yax
2022-11-12 22:11:22 +01:00
parent f43df83074
commit 57d6039e18
3 changed files with 4 additions and 13 deletions
+2 -5
View File
@@ -5,15 +5,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10.8"
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
- name: Install dependencies