From a18f73c54ca8525de051e73c31512a67f44df919 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:58:11 +0000 Subject: [PATCH 1/3] Release v3.17.1 (#56) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare release v3.17.1 * Update the state.json for v3.17.1 * Update README.md and action.yml for v3.17.1 * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.958232%2Brev-80bdc1e5ce51f56b19791b52b2901187931f5353/019cbcff-0413-7b59-87be-b2cea58a4043/source.tar.gz' (2026-03-04) → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.964859%2Brev-b40629efe5d6ec48dd1efba650c797ddbd39ace0/019d03e9-2959-7276-adaa-d074e96422de/source.tar.gz' (2026-03-18) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 8 ++++---- action.yml | 4 ++-- flake.lock | 10 +++++----- tools/state.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 04dfc40..e9692f5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: contents: read steps: - uses: actions/checkout@v6.0.2 - - uses: DeterminateSystems/determinate-nix-action@main # or v3.17.0 to pin to a release + - uses: DeterminateSystems/determinate-nix-action@main # or v3.17.1 to pin to a release - run: nix build . ``` @@ -67,10 +67,10 @@ jobs: Unlike `DeterminateSystems/nix-installer-action`, we fully support explicit version pinning for maximum consistency. This Action is **automatically tagged** for every Determinate Nix release, giving you complete control over your CI environment: -📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.17.0` guarantees: +📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.17.1` guarantees: - Same `nix-installer-action` revision every time -- Consistent Determinate Nix v3.17.0 installation +- Consistent Determinate Nix v3.17.1 installation - Reproducible CI workflows, even years later ✨ Using `@main` instead? You'll: @@ -113,7 +113,7 @@ updates: | `source-branch` | The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`) | | | | `source-pr` | The PR of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-branch`) | | | | `source-revision` | The revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, `source-pr`) | | | -| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.17.0` | +| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.17.1` | | `source-url` | A URL pointing to a `nix-installer` executable | | | | `backtrace` | The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables) | | | | `diagnostic-endpoint` | Diagnostic endpoint url where the installer sends data to. To disable set this to an empty string. | | `-` | diff --git a/action.yml b/action.yml index dbd6ed4..4b26561 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ "source-tag": { "description": "The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)", "required": false, - "default": "v3.17.0" + "default": "v3.17.1" }, "source-url": { "description": "A URL pointing to a `nix-installer` executable", @@ -105,7 +105,7 @@ "using": "composite", "steps": [ { - "uses": "DeterminateSystems/nix-installer-action@d96bc962e61b3049ce8128d03d57a1144fa96539", + "uses": "DeterminateSystems/nix-installer-action@9a59e15a74545c99a626ba594edcd0d02189e670", "with": { "extra-conf": "${{ inputs.extra-conf }}", "github-server-url": "${{ inputs.github-server-url }}", diff --git a/flake.lock b/flake.lock index 1b3e0f7..7ef30c2 100644 --- a/flake.lock +++ b/flake.lock @@ -2,12 +2,12 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1772624091, - "narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=", - "rev": "80bdc1e5ce51f56b19791b52b2901187931f5353", - "revCount": 958232, + "lastModified": 1773821835, + "narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", + "rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", + "revCount": 964859, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.958232%2Brev-80bdc1e5ce51f56b19791b52b2901187931f5353/019cbcff-0413-7b59-87be-b2cea58a4043/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.964859%2Brev-b40629efe5d6ec48dd1efba650c797ddbd39ace0/019d03e9-2959-7276-adaa-d074e96422de/source.tar.gz" }, "original": { "type": "tarball", diff --git a/tools/state.json b/tools/state.json index 7cb4c24..2ee9c86 100644 --- a/tools/state.json +++ b/tools/state.json @@ -1,5 +1,5 @@ { - "nix_installer_action_revision": "d96bc962e61b3049ce8128d03d57a1144fa96539", - "determinate_nix_tag": "v3.17.0", + "nix_installer_action_revision": "9a59e15a74545c99a626ba594edcd0d02189e670", + "determinate_nix_tag": "v3.17.1", "checkout_action_tag": "v6.0.2" } From 1361e7900eb437fb341f0f226e8fbd9a0d8284fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:31:33 -0700 Subject: [PATCH 2/3] Release v3.17.2 (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare release v3.17.2 * Update the state.json for v3.17.2 * Update README.md and action.yml for v3.17.2 * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.964859%2Brev-b40629efe5d6ec48dd1efba650c797ddbd39ace0/019d03e9-2959-7276-adaa-d074e96422de/source.tar.gz' (2026-03-18) → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.971119%2Brev-8110df5ad7abf5d4c0f6fb0f8f978390e77f9685/019d3c72-3e5d-7d8e-a4fc-0fe67ed1554b/source.tar.gz' (2026-03-28) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 8 ++++---- action.yml | 4 ++-- flake.lock | 10 +++++----- tools/state.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e9692f5..36a53de 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: contents: read steps: - uses: actions/checkout@v6.0.2 - - uses: DeterminateSystems/determinate-nix-action@main # or v3.17.1 to pin to a release + - uses: DeterminateSystems/determinate-nix-action@main # or v3.17.2 to pin to a release - run: nix build . ``` @@ -67,10 +67,10 @@ jobs: Unlike `DeterminateSystems/nix-installer-action`, we fully support explicit version pinning for maximum consistency. This Action is **automatically tagged** for every Determinate Nix release, giving you complete control over your CI environment: -📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.17.1` guarantees: +📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.17.2` guarantees: - Same `nix-installer-action` revision every time -- Consistent Determinate Nix v3.17.1 installation +- Consistent Determinate Nix v3.17.2 installation - Reproducible CI workflows, even years later ✨ Using `@main` instead? You'll: @@ -113,7 +113,7 @@ updates: | `source-branch` | The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`) | | | | `source-pr` | The PR of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-branch`) | | | | `source-revision` | The revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, `source-pr`) | | | -| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.17.1` | +| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.17.2` | | `source-url` | A URL pointing to a `nix-installer` executable | | | | `backtrace` | The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables) | | | | `diagnostic-endpoint` | Diagnostic endpoint url where the installer sends data to. To disable set this to an empty string. | | `-` | diff --git a/action.yml b/action.yml index 4b26561..e1de883 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ "source-tag": { "description": "The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)", "required": false, - "default": "v3.17.1" + "default": "v3.17.2" }, "source-url": { "description": "A URL pointing to a `nix-installer` executable", @@ -105,7 +105,7 @@ "using": "composite", "steps": [ { - "uses": "DeterminateSystems/nix-installer-action@9a59e15a74545c99a626ba594edcd0d02189e670", + "uses": "DeterminateSystems/nix-installer-action@490cfee336d5220c80b0c5cab117b4a26fb3898a", "with": { "extra-conf": "${{ inputs.extra-conf }}", "github-server-url": "${{ inputs.github-server-url }}", diff --git a/flake.lock b/flake.lock index 7ef30c2..fe819e5 100644 --- a/flake.lock +++ b/flake.lock @@ -2,12 +2,12 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1773821835, - "narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=", - "rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0", - "revCount": 964859, + "lastModified": 1774709303, + "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", + "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", + "revCount": 971119, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.964859%2Brev-b40629efe5d6ec48dd1efba650c797ddbd39ace0/019d03e9-2959-7276-adaa-d074e96422de/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.971119%2Brev-8110df5ad7abf5d4c0f6fb0f8f978390e77f9685/019d3c72-3e5d-7d8e-a4fc-0fe67ed1554b/source.tar.gz" }, "original": { "type": "tarball", diff --git a/tools/state.json b/tools/state.json index 2ee9c86..493ff58 100644 --- a/tools/state.json +++ b/tools/state.json @@ -1,5 +1,5 @@ { - "nix_installer_action_revision": "9a59e15a74545c99a626ba594edcd0d02189e670", - "determinate_nix_tag": "v3.17.1", + "nix_installer_action_revision": "490cfee336d5220c80b0c5cab117b4a26fb3898a", + "determinate_nix_tag": "v3.17.2", "checkout_action_tag": "v6.0.2" } From 32cb6a5ae30bb0dfc996fa7baf8bf1ed28442fa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:12:29 +0000 Subject: [PATCH 3/3] Release v3.17.3 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare release v3.17.3 * Update the state.json for v3.17.3 * Update README.md and action.yml for v3.17.3 * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.971119%2Brev-8110df5ad7abf5d4c0f6fb0f8f978390e77f9685/019d3c72-3e5d-7d8e-a4fc-0fe67ed1554b/source.tar.gz' (2026-03-28) → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.975402%2Brev-68d8aa3d661f0e6bd5862291b5bb263b2a6595c9/019d657b-b3b7-7288-b3c0-42d420df206b/source.tar.gz' (2026-04-05) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 8 ++++---- action.yml | 4 ++-- flake.lock | 10 +++++----- tools/state.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 36a53de..b6b1a18 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ jobs: contents: read steps: - uses: actions/checkout@v6.0.2 - - uses: DeterminateSystems/determinate-nix-action@main # or v3.17.2 to pin to a release + - uses: DeterminateSystems/determinate-nix-action@main # or v3.17.3 to pin to a release - run: nix build . ``` @@ -67,10 +67,10 @@ jobs: Unlike `DeterminateSystems/nix-installer-action`, we fully support explicit version pinning for maximum consistency. This Action is **automatically tagged** for every Determinate Nix release, giving you complete control over your CI environment: -📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.17.2` guarantees: +📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.17.3` guarantees: - Same `nix-installer-action` revision every time -- Consistent Determinate Nix v3.17.2 installation +- Consistent Determinate Nix v3.17.3 installation - Reproducible CI workflows, even years later ✨ Using `@main` instead? You'll: @@ -113,7 +113,7 @@ updates: | `source-branch` | The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`) | | | | `source-pr` | The PR of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-branch`) | | | | `source-revision` | The revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, `source-pr`) | | | -| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.17.2` | +| `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.17.3` | | `source-url` | A URL pointing to a `nix-installer` executable | | | | `backtrace` | The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables) | | | | `diagnostic-endpoint` | Diagnostic endpoint url where the installer sends data to. To disable set this to an empty string. | | `-` | diff --git a/action.yml b/action.yml index e1de883..c3c3d55 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ "source-tag": { "description": "The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)", "required": false, - "default": "v3.17.2" + "default": "v3.17.3" }, "source-url": { "description": "A URL pointing to a `nix-installer` executable", @@ -105,7 +105,7 @@ "using": "composite", "steps": [ { - "uses": "DeterminateSystems/nix-installer-action@490cfee336d5220c80b0c5cab117b4a26fb3898a", + "uses": "DeterminateSystems/nix-installer-action@b66b36319cc6fde4ea85edd583b088c65d6b8710", "with": { "extra-conf": "${{ inputs.extra-conf }}", "github-server-url": "${{ inputs.github-server-url }}", diff --git a/flake.lock b/flake.lock index fe819e5..523cd23 100644 --- a/flake.lock +++ b/flake.lock @@ -2,12 +2,12 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1774709303, - "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", - "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", - "revCount": 971119, + "lastModified": 1775423009, + "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", + "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", + "revCount": 975402, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.971119%2Brev-8110df5ad7abf5d4c0f6fb0f8f978390e77f9685/019d3c72-3e5d-7d8e-a4fc-0fe67ed1554b/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.975402%2Brev-68d8aa3d661f0e6bd5862291b5bb263b2a6595c9/019d657b-b3b7-7288-b3c0-42d420df206b/source.tar.gz" }, "original": { "type": "tarball", diff --git a/tools/state.json b/tools/state.json index 493ff58..8084fa0 100644 --- a/tools/state.json +++ b/tools/state.json @@ -1,5 +1,5 @@ { - "nix_installer_action_revision": "490cfee336d5220c80b0c5cab117b4a26fb3898a", - "determinate_nix_tag": "v3.17.2", + "nix_installer_action_revision": "b66b36319cc6fde4ea85edd583b088c65d6b8710", + "determinate_nix_tag": "v3.17.3", "checkout_action_tag": "v6.0.2" }