From 4a9f34a3152b53412f1343c86b83855a9b627e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:47:52 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 19 to 21 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 19 to 21. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v19...v21) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-code-cursor.yml | 2 +- .github/workflows/update-cursor-agent.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-code-cursor.yml b/.github/workflows/update-code-cursor.yml index 60c2367..20b5326 100644 --- a/.github/workflows/update-code-cursor.yml +++ b/.github/workflows/update-code-cursor.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Set up Nix - uses: DeterminateSystems/nix-installer-action@v19 + uses: DeterminateSystems/nix-installer-action@v21 - name: Run updater run: | set -euxo pipefail diff --git a/.github/workflows/update-cursor-agent.yml b/.github/workflows/update-cursor-agent.yml index 8737e3b..dd99ee8 100644 --- a/.github/workflows/update-cursor-agent.yml +++ b/.github/workflows/update-cursor-agent.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Set up Nix - uses: DeterminateSystems/nix-installer-action@v19 + uses: DeterminateSystems/nix-installer-action@v21 - name: Run updater run: | set -euxo pipefail