From ce9f16356492cc3dc8e888a146fa6ca2fcb62984 Mon Sep 17 00:00:00 2001 From: Ted Conbeer Date: Tue, 7 Jan 2025 16:09:38 -0700 Subject: [PATCH] fix: bump poetry versions in gha workflows --- .github/workflows/publish.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/static.yml | 4 ++-- .github/workflows/test.yml | 12 ++++++------ 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ad0f032..389d0434 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.local - key: ${{ runner.os }}-poetry-171 # increment to reset cache + key: ${{ runner.os }}-poetry-184 - name: Add cached Poetry to PATH if: steps.cached-poetry-install.outputs.cache-hit == 'true' @@ -45,7 +45,7 @@ jobs: if: steps.cached-poetry-install.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 with: - version: 1.7.1 + version: 1.8.4 - name: Get harlequin Version id: harlequin_version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ed11fc1..38e4ca0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.local - key: ${{ runner.os }}-poetry-171 # increment to reset cache + key: ${{ runner.os }}-poetry-184 - name: Add cached Poetry to PATH if: steps.cached-poetry-install.outputs.cache-hit == 'true' @@ -44,7 +44,7 @@ jobs: if: steps.cached-poetry-install.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 with: - version: 1.7.1 + version: 1.8.4 - name: Create release branch run: | diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 38a18945..4ccf24d7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.local - key: ${{ runner.os }}-poetry-171 # increment to reset cache + key: ${{ runner.os }}-poetry-184 - name: Add cached Poetry to PATH if: steps.cached-poetry-install.outputs.cache-hit == 'true' @@ -43,7 +43,7 @@ jobs: if: steps.cached-poetry-install.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 with: - version: 1.7.1 + version: 1.8.4 - name: Load cached venv id: cached-poetry-dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a019f59..791a8065 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: uses: actions/cache@v4 with: path: ~\.local - key: ${{ runner.os }}-poetry-171 + key: ${{ runner.os }}-poetry-184 - name: Add cached Poetry to PATH if: steps.cached-poetry-install.outputs.cache-hit == 'true' @@ -50,7 +50,7 @@ jobs: if: steps.cached-poetry-install.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 with: - version: 1.7.1 + version: 1.8.4 - name: Install python dependencies run: | @@ -99,7 +99,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.local - key: ${{ runner.os }}-poetry-171 + key: ${{ runner.os }}-poetry-184 - name: Add cached Poetry to PATH if: steps.cached-poetry-install.outputs.cache-hit == 'true' @@ -109,7 +109,7 @@ jobs: if: steps.cached-poetry-install.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 with: - version: 1.7.1 + version: 1.8.4 - name: Load cached venv id: cached-poetry-dependencies @@ -171,7 +171,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.local - key: ${{ runner.os }}-poetry-171-1 + key: ${{ runner.os }}-poetry-184 - name: Add cached Poetry to PATH if: steps.cached-poetry-install.outputs.cache-hit == 'true' @@ -181,7 +181,7 @@ jobs: if: steps.cached-poetry-install.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 with: - version: 1.7.1 + version: 1.8.4 - name: Load cached venv id: cached-poetry-dependencies