diff --git a/.github/workflows/analyse.yml b/.github/workflows/analyse.yml index 02e6d20..c09db43 100644 --- a/.github/workflows/analyse.yml +++ b/.github/workflows/analyse.yml @@ -31,7 +31,7 @@ jobs: sudo apt-get install poppler-utils - name: Cache downloads id: cache-downloads - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: download key: reglements-urbanisme diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a341028..b30a247 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: - name: Install Hatch uses: pypa/hatch@install - name: Configure pip caching - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml')}} @@ -26,7 +26,7 @@ jobs: - name: Install Hatch uses: pypa/hatch@install - name: Configure pip caching - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml')}}