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:
parent
e6e138a872
commit
72d58de2a7
1 changed files with 2 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue