Skip to content

Commit

Permalink
ci: update flake action (again) (#88)
Browse files Browse the repository at this point in the history
* ci: update flake action (again)
  • Loading branch information
schonfinkel authored Feb 5, 2025
1 parent 917f080 commit 3e536a7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/update_flake.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Update flake inputs
name: Update flake.lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00

jobs:
lockfile:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -15,7 +15,9 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-labels: dependencies
pr-title: "Update flake.lock"
pr-labels: |
dependencies
automation
39 changes: 18 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e536a7

Please sign in to comment.