Update .gitea/workflows/main.yml
Some checks failed
update-flake-lock / lockfile (push) Failing after 14s

This commit is contained in:
sora 2023-11-15 12:04:01 +01:00
parent 0bf0f286e3
commit 017692311e

View File

@ -2,7 +2,7 @@ name: update-flake-lock
on: on:
workflow_dispatch: workflow_dispatch:
schedule: 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: env:
@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Install nix - name: Install nix
uses: DeterminateSystems/nix-installer-action@v7 uses: DeterminateSystems/nix-installer-action@v7
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19 uses: DeterminateSystems/update-flake-lock@v20
with: with:
pr-title: "[chore] Update flake.lock" pr-title: "[chore] Update flake.lock"
pr-labels: | pr-labels: |