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