Skip to content

Commit

Permalink
Merge pull request #77 from oscript-library/develop
Browse files Browse the repository at this point in the history
0.11.0
  • Loading branch information
nixel2007 authored Nov 17, 2024
2 parents 9e6b726 + d861858 commit d97f134
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
steps:
# Загрузка проекта
- name: Актуализация
uses: actions/checkout@v2
uses: actions/checkout@v4

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

Expand All @@ -41,7 +41,7 @@ jobs:
run: opm build .

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

0 comments on commit d97f134

Please sign in to comment.