File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 cache : pnpm
141141 - name : Install
142142 run : rustup target add ${{ matrix.settings.target }}
143- - uses : oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
143+ - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
144144 with :
145145 cache-key : ${{ matrix.settings.target }}-${{ matrix.settings.host }}
146146 save-cache : ${{ github.ref_name == 'main' }}
@@ -154,7 +154,7 @@ jobs:
154154 with :
155155 version : 0.14.1
156156 - name : Install cargo-zigbuild
157- uses : taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
157+ uses : taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2.61.9
158158 if : ${{ contains(matrix.settings.target, 'musl') }}
159159 with :
160160 tool : cargo-zigbuild
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
1818
19- - uses : oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
19+ - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.2
2020 with :
2121 restore-cache : false
2222 tools : cargo-shear@1,dprint
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
1919
20- - uses : taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
20+ - uses : taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2.61.9
2121 with :
2222 tool : dprint
2323
Original file line number Diff line number Diff line change 2525 with :
2626 persist-credentials : false
2727
28- - uses : taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
28+ - uses : taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2.61.9
2929 with :
3030 tool : zizmor
3131
You can’t perform that action at this time.
0 commit comments