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