diff --git a/.github/actions/generator/action.yaml b/.github/actions/generator/action.yaml index 41d22c2..939410e 100644 --- a/.github/actions/generator/action.yaml +++ b/.github/actions/generator/action.yaml @@ -34,7 +34,7 @@ runs: package_json_file: generator/package.json - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: generator/package.json cache: pnpm diff --git a/templates/typescript-axios/.github/workflows/lint.yaml b/templates/typescript-axios/.github/workflows/lint.yaml index 21d4a19..ff4debd 100644 --- a/templates/typescript-axios/.github/workflows/lint.yaml +++ b/templates/typescript-axios/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: package.json cache: pnpm diff --git a/templates/typescript-axios/.github/workflows/publish.yaml b/templates/typescript-axios/.github/workflows/publish.yaml index 3b1489b..b4adf27 100644 --- a/templates/typescript-axios/.github/workflows/publish.yaml +++ b/templates/typescript-axios/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: package.json cache: pnpm