Skip to content

update

update #752

Workflow file for this run

name: "update"
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.12.0pre20221026_bf2e6bc/install
extra_nix_config: |
experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixos-unstable
- run: nix run github:berberman/nvfetcher && nix flake update
- uses: cachix/cachix-action@v8
with:
name: fortuneteller2k
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "update dependencies"