Skip to content

Commit

Permalink
Merge pull request #93 from paritytech/dependabot/github_actions/Swat…
Browse files Browse the repository at this point in the history
…inem/rust-cache-2.7.3

Bump Swatinem/rust-cache from 2.7.0 to 2.7.3
  • Loading branch information
niklasad1 authored Feb 2, 2024
2 parents d8afae5 + c2b3085 commit ae4d68d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].3

- name: Build
uses: actions-rs/[email protected]
Expand All @@ -56,7 +56,7 @@ jobs:
components: clippy, rustfmt

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].3

- name: Cargo fmt
uses: actions-rs/[email protected]
Expand All @@ -79,7 +79,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].3

- name: Check internal documentation links
run: RUSTDOCFLAGS="--deny broken_intra_doc_links" cargo doc --verbose --workspace --no-deps --document-private-items
Expand All @@ -99,7 +99,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].3

- name: Cargo build
uses: actions-rs/[email protected]
Expand Down

0 comments on commit ae4d68d

Please sign in to comment.