ci: try new flake update action
Some checks failed
/ check (push) Failing after 52s

This commit is contained in:
notohh 2023-10-05 17:28:52 -04:00
parent 1401ddffa8
commit bc1cb89206
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -9,10 +9,10 @@ jobs:
with: with:
github-token: ${{ secrets.GH_TOKEN }} github-token: ${{ secrets.GH_TOKEN }}
- name: update flake.lock - name: update flake.lock
uses: https://github.com/DeterminateSystems/update-flake-lock@v20 run: nix flake update
- name: create PR
uses: https://github.com/peter-evans/create-pull-request@v5
with: with:
pr-title: "flake.lock: Update" token: ${{ secrets.TOKEN_FOR_UPDATES }}
pr-labels: | committer: forgejo <dev@notohh.dev>
nix author: notohh <github@notohh.dev>
dependencies
automated