Skip to content

Commit

Permalink
Bump the version of the setup-poetry GitHub Action
Browse files Browse the repository at this point in the history
I was getting a warning about it, so let's do it.
  • Loading branch information
pcraig3 committed Nov 19, 2024
1 parent 0495f2c commit 7ee6661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ jobs:
working-directory: ./bloom_nofos
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.11.9"
- uses: Gr1N/setup-poetry@v8

- uses: Gr1N/setup-poetry@v9

- uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
- run: poetry --version

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/django_gcp_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: "3.11.9"

- name: "Set up poetry"
uses: Gr1N/setup-poetry@v8
uses: Gr1N/setup-poetry@v9

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 7ee6661

Please sign in to comment.