pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.08k stars 470 forks source link

Update code-analysis workflow to node20 actions #2429

Closed fflaten closed 5 months ago

fflaten commented 5 months ago

PR Summary

Code analysis workflow running PSScriptAnalyzer reports warnings due to node16 being deprecated. PR updates actions used in workflow to version running node20.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

PR Checklist