Skip to content

.github/workflows/flake-lock-update.yml #41

.github/workflows/flake-lock-update.yml

.github/workflows/flake-lock-update.yml #41

# This file was autogenerated by actions.nix. Do not edit it manually.
# To make changes, edit the workflow definition in your flake's actions-nix configuration
# (typically under flake.actions-nix.workflows.".github/workflows/flake-lock-update.yml") and run:
# nix run .#render-workflows
# Or commit to trigger the pre-commit hook if enabled.
jobs:
locking-flake:
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 1
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@v21
- name: Magic Nix Cache(Use GitHub Actions Cache)
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
timeout-minutes: 30
'on':
schedule:
- cron: 0 0 * * 0
workflow_dispatch: {}