From 9705631a7de09370b0f53d29c97988998c20cfc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:06:44 +0000 Subject: [PATCH] build(deps): Bump DeterminateSystems/update-flake-lock from 27 to 28 Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 27 to 28. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v27...v28) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-version: '28' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-nix-flake-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-nix-flake-update.yml b/.github/workflows/check-nix-flake-update.yml index 6426366..77e0939 100644 --- a/.github/workflows/check-nix-flake-update.yml +++ b/.github/workflows/check-nix-flake-update.yml @@ -27,6 +27,6 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock file(s) - uses: DeterminateSystems/update-flake-lock@v27 + uses: DeterminateSystems/update-flake-lock@v28 with: pr-title: "Update Nix flake inputs"