diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d9bde6..bd9508b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: "poetry" - run: echo '${{ steps.setup-python.outputs.cache-hit }}' # true if cache-hit occurred on the primary key - - uses: snok/install-poetry@v1.3.3 + - uses: snok/install-poetry@v1.3.4 - name: Install Dependencies run: poetry install shell: bash