File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 name : nix-community
1818 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
19- - uses : actions/checkout@v5.0.0
19+ - uses : actions/checkout@v5.0.1
2020 - name : Run checks
2121 run : nix flake check -L
2222
3131 with :
3232 name : nix-community
3333 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
34- - uses : actions/checkout@v5.0.0
34+ - uses : actions/checkout@v5.0.1
3535 - name : Run build
3636 run : nix-build --no-out-link .
3737 - name : Create artifact
5353 with :
5454 name : nix-community
5555 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
56- - uses : actions/checkout@v5.0.0
56+ - uses : actions/checkout@v5.0.1
5757 - name : Run build
5858 run : nix-build --no-out-link .
5959 - name : Create artifact
Original file line number Diff line number Diff line change 2626 with :
2727 name : nix-community
2828 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
29- - uses : actions/checkout@v5.0.0
29+ - uses : actions/checkout@v5.0.1
3030 - name : Run build
3131 run : nix-build .github/pages.nix
3232 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments