File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : " 📥 Checkout repository"
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212 - name : " ❄ Install Nix"
13- uses : cachix/install-nix-action@v22
13+ uses : cachix/install-nix-action@v26
1414 with :
1515 github_access_token : ${{ secrets.GITHUB_TOKEN }}
1616 extra_nix_config : |
1717 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
1818 substituters = https://hydra.iohk.io https://cache.nixos.org/
1919 trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
20- - uses : cachix/cachix-action@v12
20+ - uses : cachix/cachix-action@v14
2121 with :
2222 name : purescript-lua
2323 authToken : " ${{ secrets.CACHIX_AUTH_TOKEN }}"
You can’t perform that action at this time.
0 commit comments