Update workflows and documentation to use the latest versions of first party actions that are available (checkout, setup-node, github-script)

=
This commit is contained in:
Salman Muin Kayser Chishti
2025-09-25 18:13:49 +01:00
parent d44f9b8f13
commit 8024983ab0
10 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ e.g. To use https://github.com/actions/setup-node, users will author:
```yaml
steps:
using: actions/setup-node@v4
using: actions/setup-node@v5
```
# Define Metadata