We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03f176 commit ef61fb3Copy full SHA for ef61fb3
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Cancel Previous Runs
15
- uses: styfle/cancel-workflow-action@0.11.0
+ uses: styfle/cancel-workflow-action@0.12.0
16
with:
17
access_token: ${{ secrets.GITHUB_TOKEN }}
18
@@ -24,7 +24,7 @@ jobs:
24
python-version: 3.10.4
25
26
- name: Set up Poetry
27
- uses: abatilo/actions-poetry@v2.3.0
+ uses: abatilo/actions-poetry@v2.4.0
28
29
poetry-version: 1.5.1
30
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
19
20
21
22
23
0 commit comments