diff --git a/.forgejo/workflows/flake-update.yaml b/.forgejo/workflows/flake-update.yaml index 59cbcff..2cfc677 100644 --- a/.forgejo/workflows/flake-update.yaml +++ b/.forgejo/workflows/flake-update.yaml @@ -9,11 +9,11 @@ jobs: flake-update: steps: - name: Checkout repository - uses: Ittihadyya/checkout@v4 + uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 - name: Install nix - uses: Ittihadyya/nix-installer-action@v16 + uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16 - name: Update flake.lock - uses: Ittihadyya/update-flake-lock@v24 + uses: https://git.collective-conciousness.monster/Ittihadyya/update-flake-lock@v24 with: commit-msg: "Update flake.lock" pr-title: "Update flake.lock" @@ -21,6 +21,8 @@ jobs: ``` {{ env.GIT_COMMIT_MESSAGE }} ``` + + this is an automated action pr-labels: | dependencies automated