Skip to content

Commit 12dcb3d

Browse files
committed
chore: update GitHub Actions to Node.js 24 compatible versions
- actions/checkout v4 → v6 - astral-sh/setup-uv v5 → v7 - actions/cache v4 → v5
1 parent 844a6b4 commit 12dcb3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

19-
- uses: astral-sh/setup-uv@v5
19+
- uses: astral-sh/setup-uv@v7
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

@@ -29,7 +29,7 @@ jobs:
2929
shell: bash
3030

3131
- name: Cache ONNX model
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ${{ steps.model-cache-dir.outputs.dir }}
3535
key: ${{ runner.os }}-onnx-model-${{ hashFiles('iscc_sci/utils.py') }}

0 commit comments

Comments
 (0)