From 61f320174ea4a65ac69b6c6f8909ca129a8eb01f Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 9 Mar 2024 01:23:03 +0100 Subject: [PATCH] [CI] fix --- .forgejo/workflows/update-flake-lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index 2958f60..61655dd 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -1,7 +1,7 @@ name: update-flake-lock on: schedule: - - cron: '19 1 * * 6' + - cron: '27 1 * * 6' jobs: lockfile: @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@main + uses: https://github.com/3DeterminateSystems/update-flake-lock@main with: pr-title: "Update flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR