Skip to content

Commit 07bb5b1

Browse files
committed
.
1 parent a1c46a5 commit 07bb5b1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
if: matrix.template == 'cpp' || matrix.template == 'cppjswasm'
7272

73-
- uses: actions-ext/node/setup@f215ffc1fb906c5771e0135698560838e6ef31f0
73+
- uses: actions-ext/node/setup@3478453a763ed3c8c6eba05a092ab81a265c5492
7474
with:
7575
version: 22.x
7676
pnpm_version: 11.11.0

cppjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4545

46-
- uses: actions-ext/node/setup@f215ffc1fb906c5771e0135698560838e6ef31f0
46+
- uses: actions-ext/node/setup@3478453a763ed3c8c6eba05a092ab81a265c5492
4747
with:
4848
version: {% raw %}${{ matrix.node-version }}{% endraw %}
4949

js/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4444

45-
- uses: actions-ext/node/setup@f215ffc1fb906c5771e0135698560838e6ef31f0
45+
- uses: actions-ext/node/setup@3478453a763ed3c8c6eba05a092ab81a265c5492
4646
with:
4747
version: {% raw %}${{ matrix.node-version }}{% endraw %}
4848

jupyter/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4444

45-
- uses: actions-ext/node/setup@f215ffc1fb906c5771e0135698560838e6ef31f0
45+
- uses: actions-ext/node/setup@3478453a763ed3c8c6eba05a092ab81a265c5492
4646
with:
4747
version: {% raw %}${{ matrix.node-version }}{% endraw %}
4848

rustjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: actions-ext/rust/setup@c9cdbe5cc8a2485bf2eb22644302559c741ca763
4646

47-
- uses: actions-ext/node/setup@f215ffc1fb906c5771e0135698560838e6ef31f0
47+
- uses: actions-ext/node/setup@3478453a763ed3c8c6eba05a092ab81a265c5492
4848
with:
4949
version: {% raw %}${{ matrix.node-version }}{% endraw %}
5050

0 commit comments

Comments
 (0)