chore: Update outdated GitHub Actions versions (#10123)

This commit is contained in:
Pádraic Slattery
2026-01-25 12:12:39 +01:00
committed by GitHub
parent e70651ac58
commit 641bfdd482
5 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
@@ -81,7 +81,7 @@ jobs:
- name: Cache files
id: hf-hub-cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ runner.temp }}/huggingface
key: huggingface-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.transformers }}-${{ hashFiles('tests/version.txt') }}