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