Skip to content

Commit bb9d3d6

Browse files
chore(deps): update all non-major dependencies
1 parent ee3c0b6 commit bb9d3d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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.14.2
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

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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.14.2
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

0 commit comments

Comments
 (0)