From dc3ed1342be4a305bb43d3561a8ed440f8ce0ce4 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Fri, 14 Nov 2025 19:50:40 +0100 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index f668a9e..e9bcad5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,15 +11,14 @@ jobs: name: build hive configuration runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 - - uses: nixbuild/nix-quick-install-action@v30 + - uses: http://github.com/nixbuild/nix-quick-install-action@v34 with: nix_conf: | keep-env-derivations = true keep-outputs = true - name: Restore and save Nix store - uses: nix-community/cache-nix-action@v6 + uses: http://github.com/nix-community/cache-nix-action@v6 with: # restore and save a cache using this key primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }} @@ -40,6 +39,7 @@ jobs: purge-last-accessed: 0 # except any version with the key that is the same as the `primary-key` purge-primary-key: never + - uses: actions/checkout@v4 - name: Install SSH key uses: shimataro/ssh-key-action@v2 with: