diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee2c6e5..8e79bf3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: with: python-version: '3.x' - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Run tests run: | poetry install --with test diff --git a/action.yml b/action.yml index 02eb7a5..a393534 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: with: python-version: '3.x' - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v3 - name: Install dependencies shell: bash working-directory: ./landscape-tools