ci : update GitHub Actions versions [no ci] (#18935)

This commit is contained in:
Pádraic Slattery 2026-01-22 00:57:18 +01:00 committed by GitHub
parent 77078e80e5
commit 6b99a223e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 131 additions and 131 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Find latest release
id: find_latest_release
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: |
const { data: releases } = await github.rest.repos.listReleases({