Update workflows
Some checks failed
update-flake-lock / update-flake-lock (push) Failing after 5m34s

This commit is contained in:
albert 2024-06-30 08:22:03 +09:00
parent 803bce21e3
commit d632343c15
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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: |