From bf73172a410072e14c1c9bca71eb336155973315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:05:17 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/macos-ci-build-and-test-workflow.yml | 2 +- .github/workflows/windows-web-ci-workflow.yml | 2 +- .github/workflows/windows_cuda.yml | 2 +- .github/workflows/windows_tensorrt.yml | 2 +- .github/workflows/windows_webgpu.yml | 2 +- .github/workflows/windows_x64_debug_build_x64_debug.yml | 2 +- .github/workflows/windows_x64_release_build_x64_release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/macos-ci-build-and-test-workflow.yml b/.github/workflows/macos-ci-build-and-test-workflow.yml index 8e1d0264496f6..2f005d390ddac 100644 --- a/.github/workflows/macos-ci-build-and-test-workflow.yml +++ b/.github/workflows/macos-ci-build-and-test-workflow.yml @@ -93,7 +93,7 @@ jobs: xcode_version: ${{ env.xcode_version }} use_cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows-web-ci-workflow.yml b/.github/workflows/windows-web-ci-workflow.yml index febc84ad4c86d..961bbc0483db9 100644 --- a/.github/workflows/windows-web-ci-workflow.yml +++ b/.github/workflows/windows-web-ci-workflow.yml @@ -99,7 +99,7 @@ jobs: run: npm ci working-directory: ${{ github.workspace }}/js/web - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_cuda.yml b/.github/workflows/windows_cuda.yml index 5821dcf6cebf7..7e96d5bb327b2 100644 --- a/.github/workflows/windows_cuda.yml +++ b/.github/workflows/windows_cuda.yml @@ -70,7 +70,7 @@ jobs: java-version: '17' architecture: x64 - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_tensorrt.yml b/.github/workflows/windows_tensorrt.yml index 5823194af4a1f..4b08ae3361fc2 100644 --- a/.github/workflows/windows_tensorrt.yml +++ b/.github/workflows/windows_tensorrt.yml @@ -75,7 +75,7 @@ jobs: java-version: '17' architecture: x64 - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_webgpu.yml b/.github/workflows/windows_webgpu.yml index e515ffce09833..872d3b182c310 100644 --- a/.github/workflows/windows_webgpu.yml +++ b/.github/workflows/windows_webgpu.yml @@ -99,7 +99,7 @@ jobs: shell: cmd working-directory: ${{ github.workspace }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_x64_debug_build_x64_debug.yml b/.github/workflows/windows_x64_debug_build_x64_debug.yml index 4fa539fc81c3e..6dbf22b8245a6 100644 --- a/.github/workflows/windows_x64_debug_build_x64_debug.yml +++ b/.github/workflows/windows_x64_debug_build_x64_debug.yml @@ -80,7 +80,7 @@ jobs: run: | nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\Debug -ConfigFile ${{ github.workspace }}\NuGet.config - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_x64_release_build_x64_release.yml b/.github/workflows/windows_x64_release_build_x64_release.yml index d429a02947fca..bf00f7ffb23d0 100644 --- a/.github/workflows/windows_x64_release_build_x64_release.yml +++ b/.github/workflows/windows_x64_release_build_x64_release.yml @@ -80,7 +80,7 @@ jobs: run: | nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\RelWithDebInfo -ConfigFile ${{ github.workspace }}\NuGet.config - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/