mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-23 17:35:38 +02:00
github-actions: update
This commit is contained in:
parent
f937a41bd4
commit
5b2025ac21
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -11,11 +11,11 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v22
|
||||
uses: cachix/install-nix-action@v30
|
||||
- name: Check Nix flake inputs
|
||||
uses: DeterminateSystems/flake-checker-action@v5
|
||||
uses: DeterminateSystems/flake-checker-action@v9
|
||||
with:
|
||||
ignore-missing-flake-lock: false
|
||||
fail-mode: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue