File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 77 name : linters
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - name : Setup python
12- uses : actions/setup-python@v1
12+ uses : actions/setup-python@v5
1313
1414 - name : Install Poetry
1515 uses : snok/install-poetry@v1
@@ -44,12 +44,11 @@ jobs:
4444 platform : [ubuntu-latest, macOS-latest, windows-latest]
4545 runs-on : ${{ matrix.platform }}
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 - name : Setup python
49- uses : actions/setup-python@v1
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : ${{ matrix.python-version }}
52- architecture : x64
5352
5453 - name : Install Poetry
5554 uses : snok/install-poetry@v1
8685 needs : [linters, pytest]
8786 runs-on : ubuntu-latest
8887 steps :
89- - uses : actions/checkout@v2
88+ - uses : actions/checkout@v4
9089 - name : Setup python
91- uses : actions/setup-python@v1
90+ uses : actions/setup-python@v5
9291 with :
9392 python-version : " 3.10"
9493
You can’t perform that action at this time.
0 commit comments