Skip to content

Commit d97f134

Browse files
authored
Merge pull request #77 from oscript-library/develop
0.11.0
2 parents 9e6b726 + d861858 commit d97f134

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
steps:
2424
# Загрузка проекта
2525
- name: Актуализация
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727

2828
# Установка OneScript конкретной версии
2929
- name: Установка OneScript
30-
uses: otymko/setup-onescript@v1.1
30+
uses: otymko/setup-onescript@v1.4
3131
with:
3232
version: ${{ matrix.oscript_version }}
3333

@@ -41,7 +41,7 @@ jobs:
4141
run: opm build .
4242

4343
- name: Заливка артефактов
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: package.zip
4747
path: ./${{ env.PACKAGE_MASK }}

0 commit comments

Comments
 (0)