Commit 2c88cf54dd6f

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 09:18:35
build(deps): bump DeterminateSystems/update-flake-lock from 26 to 27
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 26 to 27. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/9070c8924674eb79cc49246b8b6f2e14f4378eb0...c5930b397a673a70ca70be06020e943aeac310a1) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-version: '27' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6d801e
Changed files (1)
.github
.github/workflows/nix-auto-upgrade.yaml
@@ -16,7 +16,7 @@ jobs:
           extra_nix_config: |
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
       - name: Update flake.lock
-        uses: DeterminateSystems/update-flake-lock@9070c8924674eb79cc49246b8b6f2e14f4378eb0 # v26
+        uses: DeterminateSystems/update-flake-lock@c5930b397a673a70ca70be06020e943aeac310a1 # v27
         with:
           token: ${{ secrets.SBR_BOT_TOKEN }}
           git-author-name: 'Vincent Demeester (sbr-bot)'