diff --git a/.github/workflows/07-linux-riscv-build.yml b/.github/workflows/07-linux-riscv-build.yml index cbf71a0..b0fed6f 100644 --- a/.github/workflows/07-linux-riscv-build.yml +++ b/.github/workflows/07-linux-riscv-build.yml @@ -166,7 +166,7 @@ jobs: shell: bash - name: Cache pip - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: linux-riscv64-${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}