Skip to content

Commit 9b06d1e

Browse files
OVEP-CI updating version
1 parent b7244f1 commit 9b06d1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable_linux_build_intel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ jobs:
7373
id-token: write
7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777

7878
- name: Set up Python ${{ inputs.python_version }}
7979
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ inputs.python_version }}
8282

8383
- name: Build Docker Image (${{ inputs.architecture }} / ${{ inputs.build_config }})
84-
uses: microsoft/onnxruntime-github-actions/[email protected].5
84+
uses: microsoft/onnxruntime-github-actions/[email protected].7
8585
id: build_docker_image_step
8686
with:
8787
dockerfile: ${{ github.workspace }}/${{ inputs.dockerfile_path }}
@@ -101,7 +101,7 @@ jobs:
101101
# ------------- Update Step (CMake Generation) -------------
102102
- name: Generate Build Files (CMake) (${{ inputs.architecture }} / ${{ inputs.build_config }})
103103
id: update_step
104-
uses: microsoft/onnxruntime-github-actions/[email protected].5
104+
uses: microsoft/onnxruntime-github-actions/[email protected].7
105105
with:
106106
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
107107
build_config: ${{ inputs.build_config }}
@@ -113,7 +113,7 @@ jobs:
113113
# ------------- Build Step (Compilation) -------------
114114
- name: Build ONNX Runtime (${{ inputs.architecture }} / ${{ inputs.build_config }})
115115
id: build_step
116-
uses: microsoft/onnxruntime-github-actions/[email protected].5
116+
uses: microsoft/onnxruntime-github-actions/[email protected].7
117117
with:
118118
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
119119
build_config: ${{ inputs.build_config }}
@@ -126,7 +126,7 @@ jobs:
126126
- name: Test ONNX Runtime (${{ inputs.architecture }} / ${{ inputs.build_config }})
127127
id: test_step
128128
if: inputs.run_tests == true
129-
uses: microsoft/onnxruntime-github-actions/[email protected].5
129+
uses: microsoft/onnxruntime-github-actions/[email protected].7
130130
with:
131131
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
132132
build_config: ${{ inputs.build_config }}

0 commit comments

Comments
 (0)