From 127fe6cc3de1ab0bc2f38eba7469d7a53e306eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 14:49:05 +0100 Subject: [PATCH] ci: bump DeterminateSystems/update-flake-lock from 25 to 26 (#1583) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index a271878f..3033d148 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -41,7 +41,7 @@ jobs: email "$id+$name@users.noreply.github.com" \ >>"$GITHUB_OUTPUT" - - uses: DeterminateSystems/update-flake-lock@v25 + - uses: DeterminateSystems/update-flake-lock@v26 with: token: ${{ steps.generate-token.outputs.token }} git-committer-name: ${{ steps.user-info.outputs.name }}