From 88cca29c203137da9631ee26b69c07cd667e15a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:49:21 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/nix-installer-action from 16 to 19 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 16 to 19. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v16...v19) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/nix-flake-update.yml | 2 +- .github/workflows/update.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3df58ea..5eb15ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix if: ${{ matrix.cachixName == 'pkgs' }} - uses: DeterminateSystems/nix-installer-action@v16 + uses: DeterminateSystems/nix-installer-action@v19 with: github-token: ${{ secrets.GITHUB_TOKEN }} extra-conf: | @@ -42,7 +42,7 @@ jobs: extra-trusted-public-keys = pkgs.cachix.org-1:/fnDPhnDwMjJA8IXJl+eAJmnU3n/jgfgvb6SZGuq4gs= - name: Install Nix (with unfree substituters) if: ${{ matrix.cachixName == 'some-unfree' }} - uses: DeterminateSystems/nix-installer-action@v16 + uses: DeterminateSystems/nix-installer-action@v19 with: github-token: ${{ secrets.GITHUB_TOKEN }} extra-conf: | diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml index 45fc27e..c9d42da 100644 --- a/.github/workflows/nix-flake-update.yml +++ b/.github/workflows/nix-flake-update.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 + uses: DeterminateSystems/nix-installer-action@v19 with: github-token: ${{ secrets.GH_PAT }} - name: Update flake.lock diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3803c8f..5ebf384 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,7 +13,7 @@ jobs: with: token: ${{ secrets.GH_PAT }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 + uses: DeterminateSystems/nix-installer-action@v19 with: github-token: ${{ secrets.GH_PAT }} - uses: DeterminateSystems/magic-nix-cache-action@v9