diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 526626c3..d406906e 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -7,7 +7,7 @@ jobs: update-flake-lock: runs-on: ubuntu container: - image: ubuntu:22.04 + image: ubuntu:latest steps: - name: "Setup Runner" run: | diff --git a/.forgejo/workflows/update-lock.yml b/.forgejo/workflows/update-lock.yml index 088f66a6..ba61cfe4 100644 --- a/.forgejo/workflows/update-lock.yml +++ b/.forgejo/workflows/update-lock.yml @@ -1,6 +1,5 @@ name: update-flake-lock -on: - push + jobs: lockfile: