diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index 5ecaa74f..8cacba15 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -407,7 +407,7 @@ jobs: sudo apt-get install -y libev-dev - name: Cache Python dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: pip-${{ hashFiles('**/requirements.txt') }}