From 6eb96ed1952ae72459300c85e38586b05632f9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 09:04:53 +0000 Subject: [PATCH] chore(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/reusable-update-nix-flake-public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-update-nix-flake-public.yml b/.github/workflows/reusable-update-nix-flake-public.yml index ea4ea8f..b9c1b0c 100644 --- a/.github/workflows/reusable-update-nix-flake-public.yml +++ b/.github/workflows/reusable-update-nix-flake-public.yml @@ -29,7 +29,7 @@ jobs: uses: chainguard-dev/actions/setup-gitsign@main - name: Update Nix dependencies. - uses: DeterminateSystems/update-flake-lock@v27 + uses: DeterminateSystems/update-flake-lock@v28 with: commit-msg: "chore(nix): Update dependencies." branch: "chore/update-nix-dependencies"