From 6ecc96acfa0bcf9a18db89e2bf9ba5f4db6729b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:38:59 +0000 Subject: ci: bump DeterminateSystems/nix-installer-action from 11 to 12 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 11 to 12. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12) --- 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/ci.yaml | 4 ++-- .github/workflows/update-flake.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5db7f99..9b49adc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Setup cache uses: DeterminateSystems/magic-nix-cache-action@v7 @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Setup cache uses: DeterminateSystems/magic-nix-cache-action@v7 diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 075d42b..42ad2db 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v11 + uses: DeterminateSystems/nix-installer-action@v12 - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v21 -- cgit v1.2.3