Skip to content

Commit 000ed66

Browse files
author
Антон Степанов
committed
фикс (ci): версия оскрипта
1 parent 39e0478 commit 000ed66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
oscript_version: ['1.8.3']
16+
oscript_version: ['1.9.3']
1717

1818
steps:
1919
# Загрузка проекта

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
oscript_version: ['1.8.3']
21+
oscript_version: ['1.9.3']
2222

2323
steps:
2424
# Загрузка проекта

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
oscript_version: ['1.8.3']
16+
oscript_version: ['1.9.3']
1717

1818
steps:
1919
# Загрузка проекта

0 commit comments

Comments
 (0)