about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/workflows
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-05-15 09:50:34 +0200
committerLukas Wirth <lukastw97@gmail.com>2024-05-15 09:50:34 +0200
commit2e0f2a23a4574b9995134b4e2fcd001a6787d3d8 (patch)
tree77736f0d4e4a3a381dcdab855312e793d5bf0fe1 /src/tools/rust-analyzer/.github/workflows
parent4b2998d4c52c1f8f7bd478f300ca3c7d6762bd13 (diff)
downloadrust-2e0f2a23a4574b9995134b4e2fcd001a6787d3d8.tar.gz
rust-2e0f2a23a4574b9995134b4e2fcd001a6787d3d8.zip
Bump Swatinem/rust-cache
Diffstat (limited to 'src/tools/rust-analyzer/.github/workflows')
-rw-r--r--src/tools/rust-analyzer/.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/ci.yaml b/src/tools/rust-analyzer/.github/workflows/ci.yaml
index 1899d5cab28..87a1729d2b4 100644
--- a/src/tools/rust-analyzer/.github/workflows/ci.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
         run: echo "::add-matcher::.github/rust.json"
 
       - name: Cache Dependencies
-        uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
+        uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
         with:
           key: ${{ env.RUST_CHANNEL }}
 
@@ -140,7 +140,7 @@ jobs:
           rustup target add ${{ env.targets }} ${{ env.targets_ide }}
 
       - name: Cache Dependencies
-        uses: Swatinem/rust-cache@640a22190e7a783d4c409684cea558f081f92012
+        uses: Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
 
       - name: Check
         run: |