Commit 9e43251e6c01

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 08:10:49
build(deps): bump DeterminateSystems/update-flake-lock from 24 to 25
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 24 to 25. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](https://github.com/determinatesystems/update-flake-lock/compare/a2bbe0274e3a0c4194390a1e445f734c597ebc37...428c2b58a4b7414dabd372acb6a03dba1084d3ab) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-version: '25' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94c02da
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@a2bbe0274e3a0c4194390a1e445f734c597ebc37 # v24
+        uses: DeterminateSystems/update-flake-lock@428c2b58a4b7414dabd372acb6a03dba1084d3ab # v25
         with:
           token: ${{ secrets.SBR_BOT_TOKEN }}
           git-author-name: 'Vincent Demeester (sbr-bot)'