Skip to content

Commit ef61fb3

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 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.0
1616
with:
1717
access_token: ${{ secrets.GITHUB_TOKEN }}
1818

@@ -24,7 +24,7 @@ jobs:
2424
python-version: 3.10.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.10.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)