ci(*): update checkout action to v5

This commit is contained in:
Carson M.
2025-11-16 22:33:31 -06:00
parent 0880e11ff7
commit 242a9ff632
5 changed files with 10 additions and 10 deletions

View File

@@ -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