From 2edeecaefd3462c1e43399b6bd04be7cc510624f Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 13 Mar 2026 23:06:36 +0100 Subject: [PATCH] feat: use debian container. --- .forgejo/workflows/cache.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index da683eb..d84cf0c 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -2,10 +2,12 @@ on: [push] jobs: cache: - runs-on: native + runs-on: debian-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 + - name: Install nix + uses: https://github.com/cachix/install-nix-action - name: Setup Attic cache uses: https://github.com/ryanccn/attic-action@v0 with: