From 78e49ae4fd9636858fb2ec03a53c2729c4f60af5 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 10 Jun 2025 19:26:07 +0200 Subject: [PATCH] auto update flake.lock --- .github/workflows/update.yml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0b07ad0..6e6f51d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -6,7 +6,22 @@ on: - cron: '0 0 * * *' jobs: - lockfile: + lockfile1: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Install Determinate Nix + uses: DeterminateSystems/determinate-nix-action@v3 + - name: Update sci_minimal flake.lock + uses: DeterminateSystems/update-flake-lock@v25 + with: + path-to-flake-dir: "templates/sci_minimal" + pr-title: "Update sci_minimal flake.lock" # Title of PR to be created + pr-labels: | # Labels to be set on the PR + dependencies + automated + lockfile2: runs-on: ubuntu-latest steps: - name: Checkout repository @@ -21,11 +36,3 @@ jobs: pr-labels: | # Labels to be set on the PR dependencies automated - - name: Update sci_minimal flake.lock - uses: DeterminateSystems/update-flake-lock@v25 - with: - path-to-flake-dir: "templates/sci_minimal" - pr-title: "Update sci_minimal flake.lock" # Title of PR to be created - pr-labels: | # Labels to be set on the PR - dependencies - automated