From b8fc54170a04c8c0f9c598102d75e6cf37639a19 Mon Sep 17 00:00:00 2001
From: Andrea Ciceri <andrea.ciceri@autistici.org>
Date: Sat, 9 Mar 2024 01:23:03 +0100
Subject: [PATCH] [CI] fix

---
 .forgejo/workflows/update-flake-lock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml
index 2958f60..8b6a522 100644
--- a/.forgejo/workflows/update-flake-lock.yaml
+++ b/.forgejo/workflows/update-flake-lock.yaml
@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Update flake.lock
-        uses: DeterminateSystems/update-flake-lock@main
+        uses: https://github.com/3DeterminateSystems/update-flake-lock@main
         with:
           pr-title: "Update flake.lock" # Title of PR to be created
           pr-labels: |                  # Labels to be set on the PR
-- 
2.48.1