From 501f2a2be6a5a376816346a9058ace1be4a185ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:29:48 +0000 Subject: Build(deps): Update SMillerDev/nextcloud-actions requirement to main Updates the requirements on [SMillerDev/nextcloud-actions](https://github.com/SMillerDev/nextcloud-actions) to permit the latest version. - [Release notes](https://github.com/SMillerDev/nextcloud-actions/releases) - [Commits](https://github.com/SMillerDev/nextcloud-actions/commits/d3d8e8441cc7adaee87a887aab20ce184c73f2e5) --- updated-dependencies: - dependency-name: SMillerDev/nextcloud-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build-release.yml') diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 554818fd7..00690ef1e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -29,7 +29,7 @@ jobs: coverage: none - name: Set up server non MySQL - uses: SMillerDev/nextcloud-actions/setup-nextcloud@fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd + uses: SMillerDev/nextcloud-actions/setup-nextcloud@main with: cron: false version: ${{ matrix.nextcloud }} @@ -39,7 +39,7 @@ jobs: run: make - name: Configure server with app - uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@fae87e29aa7cdf1ea0b8033c67f60e75b10be2cd + uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main with: app: ${{ env.APP_NAME }} check-code: false -- cgit v1.2.3