Create manual action for upgrading dependencies after rc cut (#8484)

This commit is contained in:
Michael Telatynski 2022-05-03 21:54:32 +01:00 committed by GitHub
parent 14ff736fcc
commit 99cb83a9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
name: Upgrade Dependencies
on:
workflow_dispatch: { }
jobs:
upgrade:
uses: matrix-org/matrix-js-sdk/.github/workflows/upgrade_dependencies.yml@develop