diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 7011c47..4e124b3 100755 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: schedule: - - cron: '0 */2 * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0 + - cron: '*/5 * * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0 env: @@ -13,11 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install nix uses: DeterminateSystems/nix-installer-action@v7 - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@v19 + uses: DeterminateSystems/update-flake-lock@v20 with: pr-title: "[chore] Update flake.lock" pr-labels: |