From 1400545ef70c8aeda906964bde5c385673ca4aa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:31:54 +0000 Subject: [PATCH] chore(deps): update snok/install-poetry digest to 76e04a9 --- .github/workflows/deploy_build_artifact.yaml | 2 +- .github/workflows/deploy_bump_version.yml | 2 +- .github/workflows/test_run_pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_build_artifact.yaml b/.github/workflows/deploy_build_artifact.yaml index 0b06238..8b6d9ac 100644 --- a/.github/workflows/deploy_build_artifact.yaml +++ b/.github/workflows/deploy_build_artifact.yaml @@ -34,7 +34,7 @@ jobs: python-version: 3.12 - name: install poetry - uses: snok/install-poetry@93ada01c735cc8a383ce0ce2ae205a21c415379b # v1 + uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1 with: version: 1.8.3 # pin the version as they keep changing their APIs virtualenvs-create: false diff --git a/.github/workflows/deploy_bump_version.yml b/.github/workflows/deploy_bump_version.yml index b518497..6480147 100644 --- a/.github/workflows/deploy_bump_version.yml +++ b/.github/workflows/deploy_bump_version.yml @@ -61,7 +61,7 @@ jobs: python-version: 3.12 - name: install poetry - uses: snok/install-poetry@93ada01c735cc8a383ce0ce2ae205a21c415379b # v1 + uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1 with: version: 1.8.3 # pin the version as they keep changing their APIs virtualenvs-create: false diff --git a/.github/workflows/test_run_pytest.yml b/.github/workflows/test_run_pytest.yml index 6888cba..380e62d 100644 --- a/.github/workflows/test_run_pytest.yml +++ b/.github/workflows/test_run_pytest.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: ${{ matrix.python-version }} - - uses: snok/install-poetry@93ada01c735cc8a383ce0ce2ae205a21c415379b # v1 + - uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1 with: version: 1.8.3 # pin the version as they keep changing their APIs virtualenvs-create: false