git.fiddlerwoaroof.com
Browse code

chore: update actions

Ed L authored on 01/09/2023 19:06:54
Showing 1 changed files
... ...
@@ -20,9 +20,15 @@ jobs:
20 20
 
21 21
     steps:
22 22
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
-      - uses: actions/checkout@v2
23
+      - uses: actions/checkout@v3
24 24
 
25
-      - uses: cachix/install-nix-action@v19
25
+      - uses: cachix/cachix-action@v12
26
+        with:
27
+          name: data-lens
28
+          authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
29
+          extraPullNames: nix-community
30
+
31
+      - uses: cachix/install-nix-action@v22
26 32
         with:
27 33
           extra_nix_config: |
28 34
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}