Skip to content

Commit 94969ce

Browse files
Update README.md and action.yml for v3.15.1
1 parent 3083a19 commit 94969ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/[email protected]
5353
- uses: DeterminateSystems/determinate-nix-action@v3
54-
- uses: DeterminateSystems/flakehub-cache-action@v3 # or v3.15.0 to pin to a release
54+
- uses: DeterminateSystems/flakehub-cache-action@v3 # or v3.15.1 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].0` guarantees:
68+
📍 Pinning to `DeterminateSystems/[email protected].1` guarantees:
6969

7070
- Same `flakehub-cache-action` revision every time
7171
- Reproducible CI workflows, even years later

0 commit comments

Comments
 (0)