From 7ee666191a72db20e463db55570ca2bd711fce76 Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Mon, 18 Nov 2024 20:37:57 -0500 Subject: [PATCH] Bump the version of the setup-poetry GitHub Action I was getting a warning about it, so let's do it. --- .github/workflows/django_ci.yml | 6 ++++-- .github/workflows/django_gcp_migrate.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/django_ci.yml b/.github/workflows/django_ci.yml index 22853c98..ebe98c04 100644 --- a/.github/workflows/django_ci.yml +++ b/.github/workflows/django_ci.yml @@ -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 diff --git a/.github/workflows/django_gcp_migrate.yml b/.github/workflows/django_gcp_migrate.yml index 371ba198..4cc5e234 100644 --- a/.github/workflows/django_gcp_migrate.yml +++ b/.github/workflows/django_gcp_migrate.yml @@ -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: