From 1de3b04bdb7603892c0224e0faf56632e616e33a Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 18 Apr 2026 15:11:38 -0600 Subject: [PATCH] fix --- .forgejo/workflows/build.yml | 3 +-- .forgejo/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 4522b948b..d9c0c799b 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -35,7 +35,6 @@ jobs: SHORT_SHA=$(git rev-parse --short HEAD) echo "short_sha=$SHORT_SHA" >> $GITHUB_OUTPUT - - name: Cache Builder Binary id: cache-builder uses: actions/cache@v4 @@ -49,7 +48,7 @@ jobs: - name: Rust Cache if: steps.cache-builder.outputs.cache-hit != 'true' - https://github.com/Swatinem/rust-cache@v2 + uses: https://github.com/Swatinem/rust-cache@v2 with: workspaces: "src/actions/builder -> target" diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 129750e52..8ff7c1572 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -78,7 +78,7 @@ jobs: - name: Rust Cache if: steps.cache-publisher.outputs.cache-hit != 'true' - https://github.com/Swatinem/rust-cache@v2 + uses: https://github.com/Swatinem/rust-cache@v2 with: workspaces: "src/actions/publish -> target"