From da98a1f375193c3b6fe8a44c2e7213b05917271b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Tue, 5 Dec 2023 11:08:10 +0100 Subject: [PATCH] chore(github): small changes --- .github/workflows/ci.yml | 4 +++- .github/workflows/update-flake-lock.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9036346..cd9efa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,6 @@ jobs: run: nix flake check - name: Check Nix flake Nixpkgs inputs - uses: DeterminateSystems/flake-checker-action@main + uses: DeterminateSystems/flake-checker-action@v5 + with: + nixpkgs-keys: nixpkgs,unstable diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index a8c221e..e3ff83a 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -25,7 +25,7 @@ jobs: uses: DeterminateSystems/update-flake-lock@v20 with: pr-title: "Update flake.lock" - commit-msg: "chore: update flake" + commit-msg: "chore(flake): update lock" pr-labels: | dependencies pr-assignees: GaelReyrol