From 69948067109e932103afd0a7484a7c4e1f1bc56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 04:02:51 +0000 Subject: [PATCH] Bump DeterminateSystems/nix-installer-action from 19 to 20 Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 19 to 20. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v19...v20) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '20' 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..ab3a7c7 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@v20 - 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..75bc4ea 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@v20 - name: Run updater run: | set -euxo pipefail