Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 7f95655 commit 67711c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].6

- name: Test Dev
run: cargo test --all-features --workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
toolchain: stable

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].6

- name: Run fmt
run: cargo fmt -- --check
Expand Down

0 comments on commit 67711c6

Please sign in to comment.