diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 94bca6e..a9f5aed 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -13,15 +13,15 @@ jobs: - name: Setup Go toolchain uses: actions/setup-go@v4 - name: Setup Rust toolchain - uses: actions-rs/toolchain@v1 + uses: github.com/actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - name: Enable Rust dependency caching - uses: Swatinem/rust-cache@v2 + uses: github.com/Swatinem/rust-cache@v2 - name: Compile release binary - uses: actions-rs/cargo@v1 + uses: github.com/actions-rs/cargo@v1 with: command: build args: --release --bin tfclient