From 27c7f0b1cb3a5541157580da9ed30b730eb78058 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 13 Mar 2026 23:07:44 +0100 Subject: [PATCH] feat: correct url --- .forgejo/workflows/cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index d84cf0c..d738ab2 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -7,7 +7,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v5 - name: Install nix - uses: https://github.com/cachix/install-nix-action + uses: https://github.com/cachix/install-nix-action@v31 - name: Setup Attic cache uses: https://github.com/ryanccn/attic-action@v0 with: