diff --git a/action.yml b/action.yml index fd3f3fc..42244eb 100644 --- a/action.yml +++ b/action.yml @@ -129,7 +129,7 @@ runs: - name: Setup Node.js (for the package-manager-detector wrapper) if: steps.gate.outputs.skip != 'true' - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20"