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 * * *'
|
- cron: '0 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: docker
|
runs-on: ubuntu-22.04
|
||||||
container.image: ubuntu-23.10
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Update flake.lock
|
- 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