Bump actions/cache from 4 to 5 #15

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/actions/cache-5 into main 2025-12-13 01:00:08 +00:00

View file

@ -25,7 +25,7 @@ jobs:
targets: ${{ matrix.rust_target }}
- name: Cache cargo dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@ -77,7 +77,7 @@ jobs:
targets: x86_64-unknown-linux-gnu
- name: Cache cargo dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/registry