File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 fmt :
1313 runs-on : macos-14
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616 with :
1717 submodules : recursive
1818 - name : Install devbox
19- uses :
jetify-com/[email protected] 19+ uses : jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
2020 - run : devbox run fmt-check
2121
2222 test :
@@ -27,11 +27,11 @@ jobs:
2727 # - ubuntu-latest
2828 runs-on : ${{matrix.os}}
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131 with :
3232 submodules : recursive
3333 - name : Install devbox
34- uses :
jetify-com/[email protected] 34+ uses : jetify-com/devbox-install-action@734088efddca47cf44ff8a09289c6d0e51b73218 # v0.12.0
3535 - name : Download models
3636 run : devbox run download-models
3737 - name : Build
You can’t perform that action at this time.
0 commit comments