We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8482aaf commit 83e282dCopy full SHA for 83e282d
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
target: arm64
40
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
41
steps:
42
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43
- uses: actions/setup-node@v3
44
with:
45
node-version: ${{ matrix.node }}
@@ -136,7 +136,7 @@ jobs:
136
node: 18
137
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
138
139
140
141
- name: Set up QEMU
142
uses: docker/setup-qemu-action@v3
0 commit comments