File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
3131 env :
3232 MODULAR_NVPTX_COMPILER_PATH : /home/runner/work/mojo-gpu-puzzles/mojo-gpu-puzzles/.pixi/envs/default/bin/ptxas
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3535
36- - uses : actions/cache@v3
36+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3737 with :
3838 path : |
3939 ~/.modular
4040 ~/.cache/modular
4141 key : ${{ runner.os }}-modular-${{ hashFiles('**/pixi.toml') }}
4242
43- - uses : prefix-dev/setup-pixi@v0.9.0
43+ - uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
4444 with :
4545 pixi-version : v0.53.0
4646 cache : false
5555 shell : bash
5656 run : |
5757 pixi run tests
58-
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
2525 deploy :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2929
30- - uses : actions/cache@v3
30+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
3131 with :
3232 path : |
3333 ~/.modular
3434 ~/.cache/modular
3535 key : ${{ runner.os }}-modular-${{ hashFiles('**/pixi.toml') }}
3636
37- - uses : prefix-dev/setup-pixi@v0.9.0
37+ - uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293
3838 with :
3939 pixi-version : v0.63.2
4040 cache : false
4747 pixi run build-book
4848
4949 - name : Deploy
50- uses : peaceiris/actions-gh-pages@v4
50+ uses : peaceiris/actions-gh-pages@4b09552702d0b65573696410d4707c765da2630b
5151 if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
5252 with :
5353 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments