From d1d3792f50280e48e8adf5c4f9bf71dc84ba1385 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 21:33:38 -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 735ca5c..d670b4b 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -8,5 +8,5 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v4 - - uses: https://github.com/DeterminateSystems/installer-nix-action@main + - uses: https://github.com/DeterminateSystems/nix-installer-action@main - run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file