diff --git a/.github/workflows/feature-test.yml b/.github/workflows/feature-test.yml index 5566169..32f58b7 100644 --- a/.github/workflows/feature-test.yml +++ b/.github/workflows/feature-test.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: 📦 Cache pip dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt', '**/pyproject.toml') }}