bump actions/cache to v5

This commit is contained in:
Robin Malfait 2026-01-06 13:45:57 +01:00
parent d214c30161
commit 562acdac54
No known key found for this signature in database
5 changed files with 16 additions and 16 deletions

View File

@ -52,7 +52,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -64,7 +64,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node

View File

@ -65,7 +65,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -77,7 +77,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node

View File

@ -90,7 +90,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -102,7 +102,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node
@ -229,7 +229,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -241,7 +241,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node

View File

@ -89,7 +89,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -101,7 +101,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node
@ -226,7 +226,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -238,7 +238,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node

View File

@ -89,7 +89,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -101,7 +101,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node
@ -221,7 +221,7 @@ jobs:
# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/bin/
@ -233,7 +233,7 @@ jobs:
# Cache the `oxide` Rust build
- name: Cache oxide build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
./crates/node/*.node