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: update-inputs:
runs-on: ubuntu runs-on: ubuntu
container: container:
image: node:20-bookworm image: ghcr.io/catthehacker/ubuntu:act-22.04
name: Update Inputs name: Update Inputs
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
with: with:
token: ${{ github.token }} token: ${{ github.token }}
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- uses: https://github.com/cachix/install-nix-action@v20 - uses: https://github.com/cachix/install-nix-action@v27
with: with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ github.token }} github_access_token: ${{ github.token }}
- name: Update inputs - name: Update inputs
run: | run: |