diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8331a54 --- /dev/null +++ b/.github/dependabot.yml @@ -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" + diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf4f586..ab52f24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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 }}