diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 344b533..0ba7280 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: # Mettre en cache les dépendances pip (accélère les builds suivants) - name: Cache pip - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('ressources/requirements.txt') }}