File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 runs-on :
2424 group : ${{ matrix.runner }}
2525 steps :
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 - uses : DeterminateSystems/nix-installer-action@main
2828 with :
2929 extra-conf : |
3030 max-jobs = 8
3131 cores = 12
3232 sandbox-fallback = false
33- - uses : cachix/cachix-action@v16
33+ - uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
3434 with :
3535 name : huggingface
3636 authToken : " ${{ secrets.CACHIX_AUTH_TOKEN }}"
4545 run : cp -rL result/* .
4646
4747 - name : Upload kernel artifacts
48- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
48+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4949 with :
5050 name : built-kernels-${{ matrix.arch }}
5151 path : |
@@ -65,10 +65,10 @@ jobs:
6565 runs-on :
6666 group : aws-g6-12xlarge-plus
6767 steps :
68- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
68+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969
7070 - name : Download kernel artifacts
71- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
71+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
7272 with :
7373 name : built-kernels-x86_64-linux
7474 path : .
Original file line number Diff line number Diff line change 2121 run : xcodebuild -downloadComponent metalToolchain
2222 - uses : actions/checkout@v6
2323 - uses : cachix/install-nix-action@v31
24- - uses : cachix/cachix-action@v16
24+ - uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2525 with :
2626 name : huggingface
2727 # authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Original file line number Diff line number Diff line change 2323 max-jobs = 4
2424 cores = 12
2525 sandbox-fallback = false
26- - uses : cachix/cachix-action@v16
26+ - uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2727 with :
2828 name : huggingface
2929 authToken : " ${{ secrets.CACHIX_AUTH_TOKEN }}"
Original file line number Diff line number Diff line change 2323 max-jobs = 4
2424 cores = 12
2525 sandbox-fallback = false
26- - uses : cachix/cachix-action@v16
26+ - uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2727 with :
2828 name : huggingface
2929 authToken : " ${{ secrets.CACHIX_AUTH_TOKEN }}"
Original file line number Diff line number Diff line change 2222 max-jobs = 4
2323 cores = 12
2424 sandbox-fallback = false
25- - uses : cachix/cachix-action@v16
25+ - uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
2626 with :
2727 name : huggingface
2828 env :
You can’t perform that action at this time.
0 commit comments