diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bf461f3..74ac61a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Rust - uses: github.com/actions-rs/toolchain@v1 + uses: https://github.com/actions-rs/toolchain@v1 with: toolchain: nightly override: true @@ -22,7 +22,7 @@ jobs: run: cargo install cargo-leptos - name: Install Node.js - uses: github.com/actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v4 with: node-version: 19