Skip to content

Commit f7831e2

Browse files
authored
Merge pull request #35 from DeterminateSystems/release-v2.1.0/7E0E58C5-0445-4DA2-BB79-6D62A8DC5642
Release v2.1.0
2 parents 32535c5 + 04cbd93 commit f7831e2

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
id-token: "write"
5050
contents: "read"
5151
steps:
52-
- uses: actions/checkout@v4.2.2
52+
- uses: actions/checkout@v5.0.0
5353
- 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
5555
- run: nix build .
5656
```
5757
@@ -65,7 +65,7 @@ jobs:
6565
Unlike `DeterminateSystems/magic-nix-cache-action`, we fully support explicit version pinning for maximum consistency.
6666
This Action is **automatically tagged** for every release, giving you complete control over your CI environment:
6767

68-
📍 Pinning to `DeterminateSystems/[email protected]` guarantees:
68+
📍 Pinning to `DeterminateSystems/[email protected].0` guarantees:
6969

7070
- Same `flakehub-cache-action` revision every time
7171
- Reproducible CI workflows, even years later
@@ -109,7 +109,7 @@ Set to "disabled" or false to explicitly disable the GitHub Actions Cache.
109109
| `source-binary` | Run a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options. | | |
110110
| `source-branch` | The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
111111
| `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` |
113113
| `source-tag` | The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options. | | |
114114
| `source-url` | A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. | | |
115115
| `flakehub-cache-server` | The FlakeHub binary cache server. | | `https://cache.flakehub.com` |

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"source-revision": {
5353
"description": "The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options.",
5454
"required": false,
55-
"default": "c79f1550609d4e9c4065a27fd599e76a94e0278d"
55+
"default": "992aa3992da77bd97126fcf0f1f1906b17f09a5c"
5656
},
5757
"source-tag": {
5858
"description": "The tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options.",
@@ -80,7 +80,7 @@
8080
"using": "composite",
8181
"steps": [
8282
{
83-
"uses": "DeterminateSystems/magic-nix-cache-action@def9f5a5c6a6b8751c0534e8813a5d0ad2635660",
83+
"uses": "DeterminateSystems/magic-nix-cache-action@9934a5f127967bcd92e99961e365730ba57253de",
8484
"with": {
8585
"use-gha-cache": "${{ inputs.use-gha-cache }}",
8686
"flakehub-flake-name": "${{ inputs.flakehub-flake-name }}",

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"upstream_action_revision": "def9f5a5c6a6b8751c0534e8813a5d0ad2635660",
3-
"self_version": "v2.1",
4-
"binary_revision": "c79f1550609d4e9c4065a27fd599e76a94e0278d",
5-
"checkout_action_tag": "v4.2.2"
2+
"upstream_action_revision": "9934a5f127967bcd92e99961e365730ba57253de",
3+
"self_version": "v2.1.0",
4+
"binary_revision": "992aa3992da77bd97126fcf0f1f1906b17f09a5c",
5+
"checkout_action_tag": "v5.0.0"
66
}

0 commit comments

Comments
 (0)