This commit is contained in:
parent
416796c650
commit
17aed0ddd2
2 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
update-flake-lock:
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: "Setup Runner"
|
||||
run: |
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: update-flake-lock
|
||||
on:
|
||||
push
|
||||
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
Loading…
Reference in a new issue