Skip to content

Commit

Permalink
Merge pull request #152 from quickwit-oss/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
guilload authored Jan 22, 2025
2 parents f0c97de + f32bb53 commit d684dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: rustup show
- name: Setup nightly Rust Toolchain (for rustfmt)
run: rustup toolchain install nightly
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.cargo
Expand Down

0 comments on commit d684dd7

Please sign in to comment.