From 6a49742a82f90cdee1e8faa3b25002a8f4d0168f Mon Sep 17 00:00:00 2001 From: mih44 Date: Thu, 28 Nov 2024 10:35:14 +0200 Subject: [PATCH] moved actions to a different user --- .forgejo/workflows/check.yaml | 4 ++-- .forgejo/workflows/flake-update.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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"