From 2a14c45de3a6b75ebddddfe022bb9bcf414b0437 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Wed, 30 Oct 2024 14:49:52 +0530 Subject: [PATCH] flake: fix actions :shrug: --- .forgejo/workflows/update-inputs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update-inputs.yml b/.forgejo/workflows/update-inputs.yml index f140b7f..c81ee3f 100644 --- a/.forgejo/workflows/update-inputs.yml +++ b/.forgejo/workflows/update-inputs.yml @@ -9,15 +9,16 @@ jobs: update-inputs: runs-on: ubuntu container: - image: node:20-bookworm + image: ghcr.io/catthehacker/ubuntu:act-22.04 name: Update Inputs steps: - uses: https://github.com/actions/checkout@v3 with: token: ${{ github.token }} ref: ${{ github.head_ref }} - - uses: https://github.com/cachix/install-nix-action@v20 + - uses: https://github.com/cachix/install-nix-action@v27 with: + nix_path: nixpkgs=channel:nixos-unstable github_access_token: ${{ github.token }} - name: Update inputs run: |