From af457081bc0756f0a25b926fc7d18c98ec81a5f8 Mon Sep 17 00:00:00 2001 From: sinavir Date: Sat, 19 Apr 2025 11:42:37 +0200 Subject: [PATCH] v2 --- .forgejo/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 9c28329..7f7b81c 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -6,8 +6,8 @@ jobs: tests: runs-on: debian-latest steps: - - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v31 + - uses: actions/checkout@v3 + - uses: https://github.com/cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable - run: nix-shell -p hello --run hello