This commit is contained in:
parent
730774dd24
commit
593601a022
1 changed files with 3 additions and 1 deletions
|
@ -11,10 +11,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: native-x86_64
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
- name: Install Nix
|
||||||
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- 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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue