diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 4327a3b1..7021a96d 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -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: |