Skip to content

Commit

Permalink
ci: add lockfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
atalii committed Nov 5, 2024
1 parent 0c2b28a commit e61ec8a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lock-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Scheduled Lockfile Update
on:
workflow-dispatch:
schedule:
- cron: 39 12 * * 6
jobs:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update lockfile
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "tree: update flake.lock"
commit-msg: "tree: update flake.lock"

0 comments on commit e61ec8a

Please sign in to comment.