File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
16+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
1717 with :
1818 persist-credentials : false
1919
3939 contents : write
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
42+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
4343 with :
4444 ssh-key : ${{ secrets.SSH_DEPLOY_KEY }}
4545 repository : cmusphinx/cmusphinx.github.io
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
2222
2323 - name : Build wheels
2424 uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # was: pypa/cibuildwheel@v3.4.1
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
37+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
3838
3939 - name : Build SDist
4040 run : pipx run build --sdist
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
13+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
1414 - name : Install
1515 run : |
1616 sudo apt-get install sox ninja-build
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
28+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
2929 - name : Install
3030 run : |
3131 sudo apt-get install sox ninja-build
5151 - macos-latest
5252 - windows-latest
5353 steps :
54- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
54+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
5555 - name : Setup python for test ${{ matrix.py }}
5656 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # was: actions/setup-python@v6
5757 with :
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # was: actions/checkout@v6
73+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # was: actions/checkout@v6.0.3
7474 - name : Install
7575 run : |
7676 sudo apt-get install sox
You can’t perform that action at this time.
0 commit comments