diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 49b6bf9..ed122e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-lint-${{ matrix.version }}-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ matrix.version }}-${{ hashFiles('**/poetry.lock') }} - name: Install Poetry Dependencies if: steps.cache-poetry.outputs.cache-hit != 'true'