diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index a9f5aed..63ead43 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: github.com/actions-rs/toolchain@v1 + uses: https://github.com/actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - name: Enable Rust dependency caching - uses: github.com/Swatinem/rust-cache@v2 + uses: https://github.com/Swatinem/rust-cache@v2 - name: Compile release binary - uses: github.com/actions-rs/cargo@v1 + uses: https://github.com/actions-rs/cargo@v1 with: command: build args: --release --bin tfclient