diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index bc1e1b9..d4a1156 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -6,9 +6,9 @@ jobs: name: "Check formatting" steps: - name: Checkout repository - uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 + uses: https://git.collective-conciousness.monster/actions/checkout@v4 - name: Install Nix - uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main + uses: https://git.collective-conciousness.monster/actions/nix-actions/install@main with: install-url: "https://nixos.org/nix/install" - name: Check file formatting diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index 161a0e0..f578453 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -9,14 +9,14 @@ jobs: name: "Update .lock file" steps: - name: Checkout repository - uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 + uses: https://git.collective-conciousness.monster/actions/checkout@v4 - name: Install Nix - uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main + uses: https://git.collective-conciousness.monster/actions/nix-actions/install@main with: install-url: "https://nixos.org/nix/install" - name: Update flake.lock id: update - uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24 + uses: https://git.collective-conciousness.monster/actions/update-flake-lock@v24 with: commit-msg: "Update flake.lock" pr-title: "Update flake.lock"