Skip to content

Commit 3bff982

Browse files
Merge pull request #26 from quickwit-oss/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 970b4b5 + 5833894 commit 3bff982

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: dtolnay/rust-toolchain@stable
2121

2222
- name: Cache dependencies
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: |
2626
~/.cargo/registry
@@ -57,7 +57,7 @@ jobs:
5757
components: clippy
5858

5959
- name: Cache dependencies
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: |
6363
~/.cargo/registry
@@ -78,7 +78,7 @@ jobs:
7878
uses: dtolnay/rust-toolchain@stable
7979

8080
- name: Cache cargo tools
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: ~/.cargo/bin
8484
key: ${{ runner.os }}-cargo-tools-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)