Skip to content

Commit 3be1005

Browse files
committed
Merge remote-tracking branch 'origin/main' into actions-pinning
2 parents 4a4b48b + 4eea0b3 commit 3be1005

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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:
6767
Unlike `DeterminateSystems/nix-installer-action`, we fully support explicit version pinning for maximum consistency.
6868
This 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. | | `-` |

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"source-tag": {
7373
"description": "The tag of `nix-installer` to use (conflicts with `source-revision`, `source-branch`, `source-pr`)",
7474
"required": false,
75-
"default": "v3.20.0"
75+
"default": "v3.21.0"
7676
},
7777
"source-url": {
7878
"description": "A URL pointing to a `nix-installer` executable",
@@ -105,7 +105,7 @@
105105
"using": "composite",
106106
"steps": [
107107
{
108-
"uses": "DeterminateSystems/nix-installer-action@4a754ab0c192f4d12cf88b5954b9dd13fd2d612e",
108+
"uses": "DeterminateSystems/nix-installer-action@00199f951aeb9404028a6e4b95ad42546f73296a",
109109
"with": {
110110
"extra-conf": "${{ inputs.extra-conf }}",
111111
"github-server-url": "${{ inputs.github-server-url }}",

flake.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/state.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"nix_installer_action_revision": "4a754ab0c192f4d12cf88b5954b9dd13fd2d612e",
3-
"determinate_nix_tag": "v3.20.0",
2+
"nix_installer_action_revision": "00199f951aeb9404028a6e4b95ad42546f73296a",
3+
"determinate_nix_tag": "v3.21.0",
44
"checkout_action_tag": "v6.0.2"
55
}

0 commit comments

Comments
 (0)