diff --git a/packages/create-plugin/templates/github/workflows/ci.yml b/packages/create-plugin/templates/github/workflows/ci.yml index 12c25c32e4..2e1e13a7d0 100644 --- a/packages/create-plugin/templates/github/workflows/ci.yml +++ b/packages/create-plugin/templates/github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Lint backend if: steps.check-for-backend.outputs.has-backend == 'true' - uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: version: latest args: ./... diff --git a/packages/create-plugin/templates/github/workflows/is-compatible.yml b/packages/create-plugin/templates/github/workflows/is-compatible.yml index 6d79a21b74..3be959d17f 100644 --- a/packages/create-plugin/templates/github/workflows/is-compatible.yml +++ b/packages/create-plugin/templates/github/workflows/is-compatible.yml @@ -18,7 +18,7 @@ jobs: {{/if_eq}} - name: Setup Node.js environment - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '22' cache: '{{ packageManagerName }}'