From 1f5a60e64228624fd453f6f02b3f36e411347263 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 17:54:48 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 79196f1..a358138 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -10,6 +10,6 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: Install Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@v1 + uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: Update flake.lock uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file