File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Cancel Previous Runs
16- uses : styfle/cancel-workflow-action@0.11.0
16+ uses : styfle/cancel-workflow-action@0.12.1
1717 with :
1818 access_token : ${{ secrets.GITHUB_TOKEN }}
1919
@@ -22,17 +22,17 @@ jobs:
2222 - name : Set up Python
2323 uses : actions/setup-python@v4
2424 with :
25- python-version : 3.10.8
25+ python-version : 3.13.7
2626
2727 - name : Set up Poetry
28- uses : abatilo/actions-poetry@v2.3 .0
28+ uses : abatilo/actions-poetry@v2.4 .0
2929 with :
3030 poetry-version : 1.4.2
3131
3232 - name : Install python dependencies
3333 run : poetry install
3434
35- - uses : pre-commit/action@v3.0.0
35+ - uses : pre-commit/action@v3.0.1
3636 name : " Linters and formatters check"
3737 with :
3838 extra_args : --all-files --show-diff-on-failure
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Cancel Previous Runs
12- uses : styfle/cancel-workflow-action@0.11.0
12+ uses : styfle/cancel-workflow-action@0.12.1
1313 with :
1414 access_token : ${{ secrets.GITHUB_TOKEN }}
1515
@@ -18,17 +18,17 @@ jobs:
1818 - name : Set up Python
1919 uses : actions/setup-python@v4
2020 with :
21- python-version : 3.10.8
21+ python-version : 3.13.7
2222
2323 - name : Set up Poetry
24- uses : abatilo/actions-poetry@v2.3 .0
24+ uses : abatilo/actions-poetry@v2.4 .0
2525 with :
2626 poetry-version : 1.4.2
2727
2828 - name : Install python dependencies
2929 run : poetry install
3030
31- - uses : pre-commit/action@v3.0.0
31+ - uses : pre-commit/action@v3.0.1
3232 name : " Linters and formatters check"
3333 with :
3434 extra_args : --all-files --show-diff-on-failure
You can’t perform that action at this time.
0 commit comments