Skip to content

Commit e079f35

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Cancel Previous Runs
15-
uses: styfle/cancel-workflow-action@0.11.0
15+
uses: styfle/cancel-workflow-action@0.12.1
1616
with:
1717
access_token: ${{ secrets.GITHUB_TOKEN }}
1818

@@ -21,10 +21,10 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.10.4
24+
python-version: 3.13.4
2525

2626
- name: Set up Poetry
27-
uses: abatilo/actions-poetry@v2.3.0
27+
uses: abatilo/actions-poetry@v2.4.0
2828
with:
2929
poetry-version: 1.5.1
3030

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.10.4
18+
python-version: 3.13.4
1919

2020
- name: Set up Poetry
21-
uses: abatilo/actions-poetry@v2.3.0
21+
uses: abatilo/actions-poetry@v2.4.0
2222
with:
2323
poetry-version: 1.5.1
2424

0 commit comments

Comments
 (0)