chore: Update outdated GitHub Actions versions (#951)

This commit is contained in:
Pádraic Slattery
2026-01-19 19:22:29 +01:00
committed by GitHub
parent 47cfc61800
commit 59d9262047
11 changed files with 21 additions and 21 deletions

View File

@@ -26,10 +26,10 @@ jobs:
pytorch-version: [ 2.3.0, 2.5.0 ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.13"