Skip to content

Commit 4cfba8a

Browse files
authored
[GHA] Update OV refs to 2024.4 (openvinotoolkit#810)
2 parents d60455d + 8e1819f commit 4cfba8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
PYTHON_VERSION: '3.8'
18-
OV_BRANCH: 'master'
18+
OV_BRANCH: 'releases/2024/4'
1919
OV_TARBALL: ''
2020

2121
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions

.github/workflows/mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
PYTHON_VERSION: '3.8'
18-
OV_BRANCH: 'master'
18+
OV_BRANCH: 'releases/2024/4'
1919
OV_TARBALL: ''
2020

2121
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
env:
1717
PYTHON_VERSION: '3.11'
18-
OV_BRANCH: 'master'
18+
OV_BRANCH: 'releases/2024/4'
1919
OV_TARBALL: ''
2020

2121
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions

0 commit comments

Comments
 (0)