From 0ff88a26db343a0f0668bdbbf8ba856b48e21837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:24:38 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 1 to 13 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 1 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v1...v13) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-hydra-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-hydra-spec.yaml b/.github/workflows/update-hydra-spec.yaml index eb885f49d23..ef8790324f7 100644 --- a/.github/workflows/update-hydra-spec.yaml +++ b/.github/workflows/update-hydra-spec.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v1 + uses: DeterminateSystems/nix-installer-action@v13 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v23 with: