This commit is contained in:
parent
85d3690295
commit
60b0188a56
1 changed files with 2 additions and 0 deletions
|
@ -11,5 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
- name: Check git version
|
||||||
|
run: 'git --version'
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
uses: https://github.com/DeterminateSystems/update-flake-lock@main
|
||||||
|
|
Loading…
Reference in a new issue