From 837d4ce5f9b263d6d936e60cbf9297ca3a4e9275 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 May 2021 19:16:06 +0000 Subject: [PATCH] build(deps): update snok/install-poetry action to v1.1.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87eb049..98df1f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install MkDocs run: pip install mkdocs - name: Install Poetry - uses: snok/install-poetry@v1.1.4 + uses: snok/install-poetry@v1.1.6 - name: Install dependencies with Poetry run: poetry install - name: Build documentation