diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b759676..84cc325 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Cache Poetry id: cache-poetry - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.1.2 with: path: ~/.poetry key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-${{ matrix.python-version }} @@ -35,7 +35,7 @@ jobs: - name: Cache Dependencies id: cache-deps - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.1.2 with: path: ${{ github.workspace }}/.venv key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }} @@ -62,7 +62,7 @@ jobs: - name: Cache Poetry id: cache-poetry - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.1.2 with: path: ~/.poetry key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-${{ matrix.python-version }} @@ -74,7 +74,7 @@ jobs: - name: Cache Dependencies id: cache-deps - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.1.2 with: path: ${{ github.workspace }}/.venv key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}