diff --git a/.github/workflows/backend_check.yml b/.github/workflows/backend_check.yml index a0e1b9f..12e97bb 100644 --- a/.github/workflows/backend_check.yml +++ b/.github/workflows/backend_check.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@b894d59a8d236e2979b247b80dac8d053ab340dd # v2.1.0 + uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 with: workspaces: backend diff --git a/.github/workflows/backend_docs.yml b/.github/workflows/backend_docs.yml index 106d2a3..1296cb5 100644 --- a/.github/workflows/backend_docs.yml +++ b/.github/workflows/backend_docs.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@b894d59a8d236e2979b247b80dac8d053ab340dd # v2.1.0 + uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 with: workspaces: backend diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index 8e25bf0..5fab73a 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@b894d59a8d236e2979b247b80dac8d053ab340dd # v2.1.0 + uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 with: workspaces: backend