flake: fix actions 🤷
This commit is contained in:
parent
25bf8f2aa8
commit
2a14c45de3
1 changed files with 3 additions and 2 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue