From 43e1e55dcc20ce15fef6e7f02c3b9374753ca0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 10:20:58 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 10 to 11 (#294) Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v10...v11) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update_deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yaml b/.github/workflows/update_deps.yaml index 3a06dd3..0afeb2b 100644 --- a/.github/workflows/update_deps.yaml +++ b/.github/workflows/update_deps.yaml @@ -11,7 +11,7 @@ jobs: - name: checkout uses: actions/checkout@v4.1.5 - name: install nix - uses: DeterminateSystems/nix-installer-action@v10 + uses: DeterminateSystems/nix-installer-action@v11 - name: setup git run: | git config user.email Gerg-L@proton.me