mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +00:00
7d9223d734
Bumps the github-dependencies group with 1 update: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action).
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](bc7b192574...5620eb4af6
)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
22 lines
703 B
YAML
22 lines
703 B
YAML
name: Update nix flake.lock
|
|
on:
|
|
workflow_dispatch: # allows manual triggering
|
|
schedule:
|
|
- cron: '40 3 * * 0' # runs weekly on Sunday at 03:40
|
|
|
|
jobs:
|
|
lockfile:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v4
|
|
- name: Install Nix
|
|
uses: DeterminateSystems/nix-installer-action@5620eb4af6b562c53e4d4628c0b6e4f9d9ae8612
|
|
- name: Update flake.lock
|
|
uses: DeterminateSystems/update-flake-lock@da2fd6f2563fe3e4f2af8be73b864088564e263d
|
|
with:
|
|
pr-title: "nix: update flake.lock"
|
|
pr-assignees: thoughtpolice
|
|
pr-reviewers: thoughtpolice
|
|
pr-labels: |
|
|
dependencies
|