diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index a7e48ad1..03ff1e97 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -63,7 +63,7 @@ jobs: java-version: 11 - name: Cache ORT and Gradle packages - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-ort with: path: | diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b6063e5b..47e5bcda 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -185,7 +185,7 @@ jobs: echo "Job running with the following matrix configuration:" echo "${{ toJson(matrix) }}" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | valkey-glide/ffi/target @@ -384,7 +384,7 @@ jobs: echo "Job running with the following matrix configuration:" echo "${{ toJson(matrix) }}" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -406,7 +406,7 @@ jobs: ubuntu-latest - name: Cache Cargo dependencies (early) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -868,7 +868,7 @@ jobs: python3 utils/remove_optional_from_proto.py echo "=== Proto file cleanup completed ===" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | valkey-glide/ffi/target @@ -936,7 +936,7 @@ jobs: with: submodules: recursive - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | valkey-glide/ffi/target