|
49 | 49 | id-token: "write" |
50 | 50 | contents: "read" |
51 | 51 | steps: |
52 | | - - uses: actions/checkout@v4.2.2 |
| 52 | + - uses: actions/checkout@v5.0.0 |
53 | 53 | - uses: DeterminateSystems/determinate-nix-action@v3 |
54 | | - - uses: DeterminateSystems/flakehub-cache-action@v2 # or v2.1 to pin to a release |
| 54 | + - uses: DeterminateSystems/flakehub-cache-action@v2 # or v2.1.0 to pin to a release |
55 | 55 | - run: nix build . |
56 | 56 | ``` |
57 | 57 |
|
|
65 | 65 | Unlike `DeterminateSystems/magic-nix-cache-action`, we fully support explicit version pinning for maximum consistency. |
66 | 66 | This Action is **automatically tagged** for every release, giving you complete control over your CI environment: |
67 | 67 |
|
68 | | -📍 Pinning to `DeterminateSystems/[email protected]` guarantees: |
| 68 | +📍 Pinning to `DeterminateSystems/[email protected].0` guarantees: |
69 | 69 |
|
70 | 70 | - Same `flakehub-cache-action` revision every time |
71 | 71 | - Reproducible CI workflows, even years later |
@@ -109,7 +109,7 @@ Set to "disabled" or false to explicitly disable the GitHub Actions Cache. |
109 | 109 | | `source-binary` | Run a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options. | | | |
110 | 110 | | `source-branch` | The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | | |
111 | 111 | | `source-pr` | The PR of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | | |
112 | | -| `source-revision` | The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. | | `c79f1550609d4e9c4065a27fd599e76a94e0278d` | |
| 112 | +| `source-revision` | The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. | | `992aa3992da77bd97126fcf0f1f1906b17f09a5c` | |
113 | 113 | | `source-tag` | The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | | |
114 | 114 | | `source-url` | A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. | | | |
115 | 115 | | `flakehub-cache-server` | The FlakeHub binary cache server. | | `https://cache.flakehub.com` | |
|
0 commit comments