diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index e3fed13..41aa157 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 'lts/*' diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 49ad249..14b5fee 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 'lts/*' diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index fb30d50..d3c3c70 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 'lts/*'