|
49 | 49 | id-token: "write" |
50 | 50 | contents: "read" |
51 | 51 | steps: |
52 | | - - uses: actions/[email protected].0 |
| 52 | + - uses: actions/[email protected].1 |
53 | 53 | - uses: DeterminateSystems/determinate-nix-action@v3 |
54 | | - - uses: DeterminateSystems/flakehub-cache-action@v2 # or v2.2.0 to pin to a release |
| 54 | + - uses: DeterminateSystems/flakehub-cache-action@v3 # or v3.15.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/flakehub-cache-action@v2.2.0` guarantees: |
| 68 | +📍 Pinning to `DeterminateSystems/flakehub-cache-action@v3.15.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. | | `6d0587612b1cebc534c1e8840f2468d9b0ec6ed0` | |
| 112 | +| `source-revision` | The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. | | `4b5df5f2f2393f10fc346297a46deec91a5969e0` | |
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