Skip to content

update

update #790

Workflow file for this run

name: "update"
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.17.0pre20230630_d05d175/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@v12
with:
name: fortuneteller2k
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: stefanzweifel/[email protected]
with:
commit_message: "update dependencies"