diff --git a/.github/workflows/backend_check.yml b/.github/workflows/backend_check.yml index ef6ea86..931c7c4 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@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1 + uses: Swatinem/rust-cache@060bda31e0be4f453bb6ed2d7e5427b31734ad01 # v2.3.0 with: workspaces: backend diff --git a/.github/workflows/backend_docs.yml b/.github/workflows/backend_docs.yml index b09b7bc..3beabb2 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@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1 + uses: Swatinem/rust-cache@060bda31e0be4f453bb6ed2d7e5427b31734ad01 # v2.3.0 with: workspaces: backend diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index c1d6860..f918eef 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@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1 + uses: Swatinem/rust-cache@060bda31e0be4f453bb6ed2d7e5427b31734ad01 # v2.3.0 with: workspaces: backend