Skip to content

Update dependencies #881

Update dependencies

Update dependencies #881

Workflow file for this run

name: Update dependencies
on:
schedule:
- cron: '0 14 * * 1,3,5'
workflow_dispatch:
jobs:
niv_update:
name: Update dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
ssh-key: ${{ secrets.FLAKE_UPDATE_SSH_KEY }}
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
with:
extra_nix_config:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Flake update
run: |
git config user.name github-actions
git config user.email [email protected]
nix flake update --commit-lock-file
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
name: Create PR
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: flake-update
title: Automated flake update