From fa2d02979d739606c981fc7794ac7861b69d4005 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 Apr 2022 01:56:55 +0000 Subject: [PATCH] build(deps): update snok/install-poetry action to v1.3.1 --- .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 a95322f..278799b 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.3.0 + uses: snok/install-poetry@v1.3.1 - name: Install dependencies with Poetry run: poetry install - name: Build documentation