Skip to content

Commit 2b9a344

Browse files
authoredMar 14, 2025··
GHA: switch to 2025.1 branches (#1919)
1 parent e8aaedf commit 2b9a344

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
 

‎.github/workflows/coverity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- ${{ github.workspace }}:${{ github.workspace }}
3939

4040
steps:
41-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
41+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
4242
id: openvino_download
4343
with:
4444
platform: ubuntu22

‎.github/workflows/genai-tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- ${{ github.workspace }}:${{ github.workspace }}
4040

4141
steps:
42-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
42+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
4343
id: openvino_download
4444
with:
4545
platform: ubuntu22

‎.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- ${{ github.workspace }}:${{ github.workspace }}
4949

5050
steps:
51-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
51+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
5252
id: openvino_download
5353
with:
5454
platform: ubuntu22

‎.github/workflows/mac.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
- ${{ github.workspace }}:${{ github.workspace }}
4343

4444
steps:
45-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
45+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
4646
id: openvino_download
4747
with:
4848
platform: macos_12_6
4949
commit_packages_to_provide: wheels
5050
revision: latest_nightly
5151

52-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
52+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
5353
id: openvino_latest_download
5454
with:
5555
platform: macos_12_6

‎.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
PYTHON_VERSION: '3.11'
20-
TARGET_BRANCH: 'master'
20+
TARGET_BRANCH: 'releases/2025/1'
2121
PYTHONIOENCODING: "utf8"
2222
CMAKE_CXX_COMPILER_LAUNCHER: ccache
2323
CMAKE_C_COMPILER_LAUNCHER: ccache
@@ -44,7 +44,7 @@ jobs:
4444
continue-on-error: true
4545

4646
steps:
47-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
47+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
4848
id: openvino_download
4949
with:
5050
platform: windows

0 commit comments

Comments
 (0)
Please sign in to comment.