Skip to content

Commit 6b9e68d

Browse files
Bump microsoft/onnxruntime-github-actions from 0.0.5 to 0.0.6 (microsoft#24575)
Bumps [microsoft/onnxruntime-github-actions](https://github.com/microsoft/onnxruntime-github-actions) from 0.0.5 to 0.0.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/onnxruntime-github-actions/commit/9e3f6d0517cad4c4055d8ddd8b8bbadcc08e4e9a"><code>9e3f6d0</code></a> Release artifacts for v0.0.6</li> <li><a href="https://github.com/microsoft/onnxruntime-github-actions/commit/4bc5bccb384a9785d4cbe25104735780bf10a27b"><code>4bc5bcc</code></a> Initial commit on orphan branch</li> <li>See full diff in <a href="https://github.com/microsoft/onnxruntime-github-actions/compare/v0.0.5...v0.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microsoft/onnxruntime-github-actions&package-manager=github_actions&previous-version=0.0.5&new-version=0.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92f9d4a commit 6b9e68d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
architecture: x64
3131

3232

33-
- uses: microsoft/onnxruntime-github-actions/[email protected].5
33+
- uses: microsoft/onnxruntime-github-actions/[email protected].6
3434
with:
3535
vcpkg-version: '2025.03.19'
3636
vcpkg-hash: '17e96169cd3f266c4716fcdc1bb728e6a64f103941ece463a2834d50694eba4fb48f30135503fd466402afa139abc847ef630733c442595d1c34979f261b0114'

.github/workflows/linux-wasm-ci-build-and-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: "3.12"
4444
architecture: ${{ env.buildArch }}
45-
- uses: microsoft/onnxruntime-github-actions/[email protected].5
45+
- uses: microsoft/onnxruntime-github-actions/[email protected].6
4646
with:
4747
vcpkg-version: '2025.03.19'
4848
vcpkg-hash: '17e96169cd3f266c4716fcdc1bb728e6a64f103941ece463a2834d50694eba4fb48f30135503fd466402afa139abc847ef630733c442595d1c34979f261b0114'

.github/workflows/linux_cuda_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout code
5151
uses: actions/checkout@v4
5252

53-
- uses: microsoft/onnxruntime-github-actions/[email protected].5
53+
- uses: microsoft/onnxruntime-github-actions/[email protected].6
5454
id: build_docker_image_step
5555
with:
5656
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_cuda
@@ -93,7 +93,7 @@ jobs:
9393
# So build.py --build_dir build/Release inside the container correctly finds the artifacts.
9494
- name: Test ONNX Runtime
9595
id: test_step
96-
uses: microsoft/onnxruntime-github-actions/[email protected].5
96+
uses: microsoft/onnxruntime-github-actions/[email protected].6
9797
with:
9898
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
9999
build_config: Release

.github/workflows/linux_tensorrt_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# --- Build the Docker image needed for testing ---
5454
- name: Build Docker Image for Testing
55-
uses: microsoft/onnxruntime-github-actions/[email protected].5
55+
uses: microsoft/onnxruntime-github-actions/[email protected].6
5656
id: build_docker_image_step
5757
with:
5858
dockerfile: ${{ github.workspace }}/tools/ci_build/github/linux/docker/Dockerfile.manylinux2_28_cuda
@@ -95,7 +95,7 @@ jobs:
9595
# So build.py --build_dir build/Release inside the container correctly finds the artifacts.
9696
- name: Test ONNX Runtime
9797
id: test_step
98-
uses: microsoft/onnxruntime-github-actions/[email protected].5
98+
uses: microsoft/onnxruntime-github-actions/[email protected].6
9999
with:
100100
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
101101
build_config: Release

.github/workflows/reusable_linux_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
python-version: ${{ inputs.python_version }}
8484

8585
- name: Build Docker Image (${{ inputs.architecture }} / ${{ inputs.build_config }})
86-
uses: microsoft/onnxruntime-github-actions/[email protected].5
86+
uses: microsoft/onnxruntime-github-actions/[email protected].6
8787
id: build_docker_image_step
8888
with:
8989
dockerfile: ${{ github.workspace }}/${{ inputs.dockerfile_path }}
@@ -103,7 +103,7 @@ jobs:
103103
# ------------- Update Step (CMake Generation) -------------
104104
- name: Generate Build Files (CMake) (${{ inputs.architecture }} / ${{ inputs.build_config }})
105105
id: update_step
106-
uses: microsoft/onnxruntime-github-actions/[email protected].5
106+
uses: microsoft/onnxruntime-github-actions/[email protected].6
107107
with:
108108
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
109109
build_config: ${{ inputs.build_config }}
@@ -115,7 +115,7 @@ jobs:
115115
# ------------- Build Step (Compilation) -------------
116116
- name: Build ONNX Runtime (${{ inputs.architecture }} / ${{ inputs.build_config }})
117117
id: build_step
118-
uses: microsoft/onnxruntime-github-actions/[email protected].5
118+
uses: microsoft/onnxruntime-github-actions/[email protected].6
119119
with:
120120
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
121121
build_config: ${{ inputs.build_config }}
@@ -128,7 +128,7 @@ jobs:
128128
- name: Test ONNX Runtime (${{ inputs.architecture }} / ${{ inputs.build_config }})
129129
id: test_step
130130
if: inputs.run_tests == true
131-
uses: microsoft/onnxruntime-github-actions/[email protected].5
131+
uses: microsoft/onnxruntime-github-actions/[email protected].6
132132
with:
133133
docker_image: ${{ steps.build_docker_image_step.outputs.full-image-name }}
134134
build_config: ${{ inputs.build_config }}

0 commit comments

Comments
 (0)