mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
ci(*): update checkout action to v5
This commit is contained in:
4
.github/workflows/custom-static-link.yml
vendored
4
.github/workflows/custom-static-link.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
name: Linux (x64)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Compile ONNX Runtime
|
||||
run: |
|
||||
git clone https://github.com/microsoft/onnxruntime --recursive --branch ${{ inputs.onnxruntime-branch || 'v1.23.1' }} --single-branch --depth 1
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
# name: Minimal build
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: actions/checkout@v5
|
||||
# - name: Compile ONNX Runtime
|
||||
# run: |
|
||||
# git clone https://github.com/microsoft/onnxruntime --recursive --branch ${{ inputs.onnxruntime-branch || 'v1.23.1' }} --single-branch --depth 1
|
||||
|
||||
Reference in New Issue
Block a user