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
@@ -9,7 +9,7 @@ jobs:
if: ${{ github.repository_owner == 'actions' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Update Octokit
working-directory: packages/github
run: |