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
|
||||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
# “At 00:00 Sunday."
|
||||
|
@ -9,7 +10,7 @@ jobs:
|
|||
update-flake-lock:
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: ubuntu:23.10
|
||||
image: ubuntu:24.04
|
||||
steps:
|
||||
- name: "Setup Runner"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue