flake-check-action.yaml: fix typo
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
908b532a12
commit
9e1f4a57a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake-check-action.yaml
vendored
2
.github/workflows/flake-check-action.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Repo checkout"
|
||||
uses: "actions/checkout"
|
||||
uses: "actions/checkout@v5"
|
||||
- name: "Nix Package Manager install"
|
||||
uses: "DeterminateSystems/nix-installer-action@v16"
|
||||
- name: "Flake.lock checking"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue