Skip to content

Commit cae5b1b

Browse files
committed
chore(ci): apply pinact
1 parent 59c68c6 commit cae5b1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)