Skip to content

Commit d6c6cde

Browse files
chore(deps): update github-actions
1 parent cc2c8a2 commit d6c6cde

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
version: 0.14.1
165165
- name: Install cargo-zigbuild
166-
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
166+
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
167167
if: ${{ contains(matrix.settings.target, 'musl') }}
168168
with:
169169
tool: cargo-zigbuild
@@ -202,7 +202,7 @@ jobs:
202202
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
203203
- name: Build
204204
id: build
205-
uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0
205+
uses: cross-platform-actions/action@46e8d7fb25520a8d6c64fd2b7a1192611da98eda # v0.30.0
206206
env:
207207
DEBUG: napi:*
208208
RUSTUP_IO_THREADS: 1
@@ -384,7 +384,7 @@ jobs:
384384
run: pnpm --filter=@oxc-node/core export-oxc-runtime
385385
- name: Set up QEMU
386386
if: ${{ !contains(matrix.target, 'aarch64') }}
387-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
387+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
388388
with:
389389
platforms: all
390390
image: tonistiigi/binfmt:qemu-v7.0.0-28

.github/workflows/dprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
1919

20-
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
20+
- uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
2121
with:
2222
tool: dprint
2323

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28-
- uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
28+
- uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
2929
with:
3030
tool: zizmor
3131

0 commit comments

Comments
 (0)