5353 contents : read
5454 steps :
5555 - uses : actions/checkout@v6.0.2
56- - uses : DeterminateSystems/determinate-nix-action@main # or v3.20 .0 to pin to a release
56+ - uses : DeterminateSystems/determinate-nix-action@main # or v3.21 .0 to pin to a release
5757 - run : nix build .
5858` ` `
5959
@@ -67,10 +67,10 @@ jobs:
6767Unlike `DeterminateSystems/nix-installer-action`, we fully support explicit version pinning for maximum consistency.
6868This Action is **automatically tagged** for every Determinate Nix release, giving you complete control over your CI environment :
6969
70- 📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.20 .0` guarantees :
70+ 📍 Pinning to `DeterminateSystems/determinate-nix-action@v3.21 .0` guarantees :
7171
7272- Same `nix-installer-action` revision every time
73- - Consistent Determinate Nix v3.20 .0 installation
73+ - Consistent Determinate Nix v3.21 .0 installation
7474- Reproducible CI workflows, even years later
7575
7676✨ Using `@main` instead? You'll :
@@ -113,7 +113,7 @@ updates:
113113| `source-branch` | The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`) | | |
114114| `source-pr` | The PR of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-branch`) | | |
115115| `source-revision` | The revision of `nix-installer` to use (conflicts with `source-tag`, `source-branch`, `source-pr`) | | |
116- | `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.20 .0` |
116+ | `source-tag` | The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`) | | `v3.21 .0` |
117117| `source-url` | A URL pointing to a `nix-installer` executable | | |
118118| `backtrace` | The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables) | | |
119119| `diagnostic-endpoint` | Diagnostic endpoint url where the installer sends data to. To disable set this to an empty string. | | `-` |
0 commit comments