Skip to content

Commit 536450f

Browse files
Update Swatinem/rust-cache digest to 9d47c6a
1 parent 487cff4 commit 536450f

File tree

1 file changed

+2
-2
lines changed
  • src/tools/rust-analyzer/.github/workflows

1 file changed

+2
-2
lines changed

src/tools/rust-analyzer/.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: echo "::add-matcher::.github/rust.json"
7676

7777
- name: Cache Dependencies
78-
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
78+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
7979
with:
8080
key: ${{ env.RUST_CHANNEL }}
8181

@@ -144,7 +144,7 @@ jobs:
144144
rustup target add ${{ env.targets }} ${{ env.targets_ide }}
145145
146146
- name: Cache Dependencies
147-
uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
147+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
148148

149149
- name: Check
150150
run: |

0 commit comments

Comments
 (0)