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

@ -23,12 +23,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.x'