Skip to content

Commit

Permalink
ci(code-quality): update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 18, 2025
1 parent 5ad997c commit a649948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: rust-version
run: echo "::set-output name=version::$(cargo --version | cut -d ' ' -f 2)"
shell: bash
- uses: actions/cache@v2
- uses: actions/cache@v4
id: tarpaulin-cache
with:
path: ~/.cargo/bin/cargo-tarpaulin
Expand Down

0 comments on commit a649948

Please sign in to comment.