File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " daily"
12
+
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
steps :
24
24
# Загрузка проекта
25
25
- name : Актуализация
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v4
27
27
28
28
# Установка OneScript конкретной версии
29
29
- name : Установка OneScript
30
- uses : otymko/setup-onescript@v1.1
30
+ uses : otymko/setup-onescript@v1.4
31
31
with :
32
32
version : ${{ matrix.oscript_version }}
33
33
41
41
run : opm build .
42
42
43
43
- name : Заливка артефактов
44
- uses : actions/upload-artifact@v2
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : package.zip
47
47
path : ./${{ env.PACKAGE_MASK }}
You can’t perform that action at this time.
0 commit comments