From b91c23e78d615729278a83b234bb10a9b249ffd2 Mon Sep 17 00:00:00 2001 From: David Mikael Blum Samuelsen Date: Wed, 9 Jul 2025 10:59:00 +0200 Subject: [PATCH] =?UTF-8?q?update=20fl=C3=A6k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/update-dependencies.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.forgejo/workflows/update-dependencies.yml b/.forgejo/workflows/update-dependencies.yml index f0a7552..71b5f29 100644 --- a/.forgejo/workflows/update-dependencies.yml +++ b/.forgejo/workflows/update-dependencies.yml @@ -3,19 +3,17 @@ name: update-dependencies on: workflow_dispatch: # allows manual triggering schedule: - - cron: '0 6 * * *' # daily at 1 am EST/2 am EDT - + - cron: '0 6 * * *' jobs: update-dependencies: - runs-on: ubuntu-latest + runs-on: nixos-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v12 - id: update - uses: DeterminateSystems/update-flake-lock@v23 - - - name: Merge - run: gh pr merge --auto "${{ steps.update.outputs.pull-request-number }}" --rebase - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - if: ${{ steps.update.outputs.pull-request-number != '' }} \ No newline at end of file + uses: https://github.com/DeterminateSystems/update-flake-lock@main + + # - name: Merge + # run: gh pr merge --auto "${{ steps.update.outputs.pull-request-number }}" --rebase + # env: + # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + # if: ${{ steps.update.outputs.pull-request-number != '' }}s \ No newline at end of file