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
+2 -2
View File
@@ -17,14 +17,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v5
- shell: bash
run: |
rm "C:\Program Files\Git\usr\bin\tar.exe"
- name: Set Node.js 24.x
uses: actions/setup-node@v1
uses: actions/setup-node@v5
with:
node-version: 24.x