git.fiddlerwoaroof.com
Browse code

chore: update nix git action

Edward Langley authored on 10/05/2023 10:31:44
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ jobs:
24 24
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25 25
       - uses: actions/checkout@v2
26 26
 
27
-      - uses: cachix/install-nix-action@v15
27
+      - uses: cachix/install-nix-action@v20
28 28
         with:
29 29
           extra_nix_config: |
30 30
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}