From 74956d41fb1bbf37a51abb97fbfafe8c970008de Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 21:19:20 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 0f031ab..2257645 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -7,9 +7,6 @@ jobs: lockfile: runs-on: ubuntu-22.04 steps: - - name: checkout - uses: actions/checkout@v4 - - name: Install Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@main - - name: Update flake - run: 'set -x; nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push' + - uses: actions/checkout@v4 + - uses: https://github.com/DeterminateSystems/nix-installer-action@main + - uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file