From e3f7307371d00b36ed7c95a53383ee07f986539a Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 7 Sep 2024 14:28:26 -0500 Subject: [PATCH] update action --- .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 1bf3083..88c7df8 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -8,9 +8,9 @@ jobs: ZIG_GLOBAL_CACHE_DIR: /zig/global-cache steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.7 - name: Setup Nix - uses: cachix/install-nix-action@V27 + uses: https://github.com/cachix/install-nix-action@v27 with: nix_path: nixpkgs=channel:nixos-unstable - name: Test