Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand All @@ -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/
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -936,7 +936,7 @@ jobs:
with:
submodules: recursive

- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
valkey-glide/ffi/target
Expand Down
Loading