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: