We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844a6b4 commit 12dcb3dCopy full SHA for 12dcb3d
1 file changed
.github/workflows/tests.yml
@@ -14,9 +14,9 @@ jobs:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
19
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v7
20
with:
21
python-version: ${{ matrix.python-version }}
22
@@ -29,7 +29,7 @@ jobs:
29
shell: bash
30
31
- name: Cache ONNX model
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
34
path: ${{ steps.model-cache-dir.outputs.dir }}
35
key: ${{ runner.os }}-onnx-model-${{ hashFiles('iscc_sci/utils.py') }}
0 commit comments