From 359e32157045c512a354180f1eb04a8d50db39b6 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:59:45 -0800 Subject: [PATCH] Update abatilo/actions-poetry action to v4 (#219) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- .github/workflows/integration.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 262af43..8a18350 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,7 +72,7 @@ jobs: path: opensearch-sdk-py - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: "1.5.1" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d3b300c..7cf51eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: '1.5.1' - run: poetry install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 414a3fb..f0c74b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: '1.5.1' - name: Set up Protobuf