From 7f1cd8ab350b8e73f797c785913aea7f1cc1c719 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Wed, 12 Nov 2025 11:11:39 +0100 Subject: [PATCH] add DeterministSystem cache --- .gitea/workflows/analysis.yml | 2 +- .gitea/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index f68d180..fb36950 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -7,7 +7,7 @@ jobs: name: Build Nix targets runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: Check Nix flake inputs diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 38444bd..292a17c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: name: build hive configuration runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - name: Install SSH key