ci: update nix-quick-install-action, cache-nix-action, cachix-action #150

Merged
teutat3s merged 2 commits from chore-update-ci into main 2024-04-22 15:19:36 +00:00
Showing only changes of commit a0c6f0dc08 - Show all commits

View file

@ -27,17 +27,16 @@ jobs:
uses: https://github.com/nix-community/cache-nix-action@v5 uses: https://github.com/nix-community/cache-nix-action@v5
id: nix-store-cache id: nix-store-cache
with: with:
key: cache-${{ runner.os }}-nix-store-${{ steps.flake-lock-hash.outputs.hash }} primary-key: cache-${{ runner.os }}-nix-store-${{ steps.flake-lock-hash.outputs.hash }}
restore-keys: | restore-prefixes-first-match: |
cache-${{ runner.os }}-nix-store- cache-${{ runner.os }}-nix-store-
gc-linux: true gc-linux: true
gc-max-store-size-linux: 10000000000 gc-max-store-size-linux: 10000000000
purge-caches: true purge: true
purge-keys: cache-${{ runner.os }}-nix-store- purge-prefixes: cache-${{ runner.os }}-nix-store-
purge-created: true purge-created: 42
purge-created-max-age: 42
- name: Prepare cachix - name: Prepare cachix
uses: https://github.com/cachix/cachix-action@v14 uses: https://github.com/cachix/cachix-action@v14