diff --git a/.github/workflows/code-health-fork.yml b/.github/workflows/code-health-fork.yml index eafe18dc1..cf4e02a39 100644 --- a/.github/workflows/code-health-fork.yml +++ b/.github/workflows/code-health-fork.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: GitHubSecurityLab/actions-permissions/monitor@v1 - uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version-file: package.json cache: "npm"