git.fiddlerwoaroof.com
Browse code

chore: upgrade install-nix-action

Edward Langley authored on 13/04/2023 20:40:08
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ jobs:
22 22
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23 23
       - uses: actions/checkout@v2
24 24
 
25
-      - uses: cachix/install-nix-action@v15
25
+      - uses: cachix/install-nix-action@v19
26 26
         with:
27 27
           extra_nix_config: |
28 28
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}