summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-27 21:29:48 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-02-27 22:47:19 +0100
commit501f2a2be6a5a376816346a9058ace1be4a185ec (patch)
treeef39c2e18095491e54ca07f24747a52dae32ee0e
parent02189e6f265bd3cafae4a68cb05f6a96a18e251a (diff)
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] <support@github.com>
-rw-r--r--.github/workflows/build-release.yml4
1 files changed, 2 insertions, 2 deletions
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