diff --git a/.github/actions/d1-migrations/action.yml b/.github/actions/d1-migrations/action.yml index 1f76a47d..777a8121 100644 --- a/.github/actions/d1-migrations/action.yml +++ b/.github/actions/d1-migrations/action.yml @@ -21,7 +21,7 @@ runs: version: 10.33.0 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24 cache: pnpm diff --git a/.github/actions/wrangler-deploy/action.yml b/.github/actions/wrangler-deploy/action.yml index 79c1e3e3..9af2ae82 100644 --- a/.github/actions/wrangler-deploy/action.yml +++ b/.github/actions/wrangler-deploy/action.yml @@ -24,7 +24,7 @@ runs: version: 10.33.0 - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24 cache: pnpm