Skip to content

Commit 97f8d19

Browse files
committedJul 16, 2024··
ignore update on github action abatilo/actions-poetry as it stopped supporting python 3.7
1 parent 313b2f8 commit 97f8d19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "daily"
13+
ignore:
14+
- dependency-name: abatilo/actions-poetry

‎.github/workflows/release-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run image
2222
uses: abatilo/actions-poetry@v3.0.0
2323
with:
24-
poetry-version: 1.8.3
24+
poetry-version: 1.5.1
2525
- name: build
2626
run: poetry build
2727
- name: Create GitHub release

0 commit comments

Comments
 (0)
Please sign in to comment.