Update workflows
Some checks failed
update-flake-lock / update-flake-lock (push) Failing after 5m34s
Some checks failed
update-flake-lock / update-flake-lock (push) Failing after 5m34s
This commit is contained in:
parent
803bce21e3
commit
d632343c15
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - update-flake-lock
|
run-name: ${{ github.actor }} - update-flake-lock
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0'
|
- cron: '0 0 * * 0'
|
||||||
# “At 00:00 Sunday."
|
# “At 00:00 Sunday."
|
||||||
|
@ -9,7 +10,7 @@ jobs:
|
||||||
update-flake-lock:
|
update-flake-lock:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
container:
|
container:
|
||||||
image: ubuntu:23.10
|
image: ubuntu:24.04
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup Runner"
|
- name: "Setup Runner"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue