Skip to content

Commit

Permalink
ci: update release please workflow actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jan 9, 2024
1 parent 908c74d commit 3e501a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
if: ${{ steps.release.outputs.release_created }}
with:
python-version: "3.7"
python-version: "3.11"

- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.3.1

- name: Install dependencies
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 3e501a1

Please sign in to comment.