Skip to content

Commit 51be82a

Browse files
Update README.md and action.yml for v3.15.0
1 parent f172cf5 commit 51be82a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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/[email protected].0
52+
- uses: actions/[email protected].1
5353
- 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
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/flakehub-cache-action@v2.2.0` guarantees:
68+
📍 Pinning to `DeterminateSystems/flakehub-cache-action@v3.15.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. | | `6d0587612b1cebc534c1e8840f2468d9b0ec6ed0` |
112+
| `source-revision` | The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. | | `4b5df5f2f2393f10fc346297a46deec91a5969e0` |
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": "6d0587612b1cebc534c1e8840f2468d9b0ec6ed0"
55+
"default": "4b5df5f2f2393f10fc346297a46deec91a5969e0"
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@c6a5746789488c8753af0d61fc6b5d79a80391f3",
83+
"uses": "DeterminateSystems/magic-nix-cache-action@b8276522d77f21bf19d3574e5bc99186a6c7aa6c",
8484
"with": {
8585
"use-gha-cache": "${{ inputs.use-gha-cache }}",
8686
"flakehub-flake-name": "${{ inputs.flakehub-flake-name }}",

0 commit comments

Comments
 (0)