From 39c74274fda41d1a8e35734512c942bcc28c50ff Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:31:01 -0600 Subject: [PATCH] paths -> path --- .forgejo/actions/prepare-rust/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index 23185e3..efa1d22 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -15,7 +15,7 @@ runs: id: cache uses: https://github.com/actions/cache/restore@v4 with: - paths: | + path: | ~/.cargo/bin ~/.cargo/registry/index ~/.cargo/registry/cache @@ -54,7 +54,7 @@ runs: uses: https://github.com/actions/cache/restore@v4 if: steps.cache.ou.cache-hit != 'true' with: - paths: | + path: | ~/.cargo/bin ~/.cargo/registry/index ~/.cargo/registry/cache