We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1609684 commit 161b349Copy full SHA for 161b349
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
target: arm64
40
name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
41
steps:
42
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
43
- uses: actions/setup-node@v4
44
with:
45
node-version: ${{ matrix.node }}
@@ -129,7 +129,7 @@ jobs:
129
node: 18
130
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
131
132
133
134
- name: Set up QEMU
135
uses: docker/setup-qemu-action@v3
0 commit comments