Skip to content

Commit

Permalink
Update poetry GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmccormick committed Jun 20, 2023
1 parent 138536d commit 48f8e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: "3.9"

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8
- name: Set up cache
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8
- uses: extractions/setup-just@v1

- name: Set up cache
Expand Down

0 comments on commit 48f8e2b

Please sign in to comment.