Update .forgejo/workflows/on: push: branches: 'master' schedule: - cron: '0 2 * * *' jobs: lockfile: runs-on: ubuntu-22.04 steps: - name: checkout uses: actions/checkout@v4 - name: Install Nix uses

This commit is contained in:
Chris Dombroski 2024-04-24 18:55:13 -04:00
parent e6e138a872
commit 72d58de2a7

View file

@ -5,12 +5,11 @@ on:
- cron: '0 2 * * *'
jobs:
lockfile:
runs-on: docker
container.image: ubuntu-23.10
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'
uses: DeterminateSystems/update-flake-lock@main