chore(deps): update determinatesystems/nix-installer-action action to v14 #3

Merged
tommy merged 1 commit from renovate/determinatesystems-nix-installer-action-14.x into main 2024-09-12 16:44:40 +00:00

View file

@ -7,7 +7,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Nix - name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v13 uses: https://github.com/DeterminateSystems/nix-installer-action@v14
- name: Run the Magic Nix Cache - name: Run the Magic Nix Cache
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7 uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
# - name: Build server and client # - name: Build server and client