You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ See [Caching Approaches](#caching-approaches).
74
74
> For purging, the workflow or the job must have the [permission](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#permissions)`actions: write`.
75
75
76
76
```yaml
77
-
- uses: nixbuild/nix-quick-install-action@v29
77
+
- uses: nixbuild/nix-quick-install-action@v30
78
78
79
79
- uses: nix-community/cache-nix-action@v6
80
80
with:
@@ -90,9 +90,10 @@ See [Caching Approaches](#caching-approaches).
90
90
purge: true
91
91
# purge all versions of the cache
92
92
purge-prefixes: nix-${{ runner.os }}-
93
-
# created more than this number of seconds ago relative to the start of the `Post Restore` phase
93
+
# created more than this number of seconds ago
94
+
# relative to the start of the `Post Restore and save Nix store` phase
94
95
purge-created: 0
95
-
# except the version with the `primary-key`, if it exists
96
+
# except any version with the key that is the same as the `primary-key`
0 commit comments