flake: fix actions 🤷

This commit is contained in:
Adithya 2024-10-30 14:49:52 +05:30
parent 25bf8f2aa8
commit 2a14c45de3
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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: |