diff --git a/.github/workflows/build-standalone-binary.yaml b/.github/workflows/build-standalone-binary.yaml index ef3f550..80c8f0d 100644 --- a/.github/workflows/build-standalone-binary.yaml +++ b/.github/workflows/build-standalone-binary.yaml @@ -19,7 +19,7 @@ jobs: python-version: '3.13' - name: Cache pip dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip