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:
|
update-flake-lock:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
container:
|
container:
|
||||||
image: ubuntu:22.04
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup Runner"
|
- name: "Setup Runner"
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
on:
|
|
||||||
push
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
|
|
Loading…
Reference in a new issue