mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Create manual action for upgrading dependencies after rc cut (#8484)
This commit is contained in:
parent
14ff736fcc
commit
99cb83a9df
1 changed files with 6 additions and 0 deletions
6
.github/workflows/upgrade_dependencies.yml
vendored
Normal file
6
.github/workflows/upgrade_dependencies.yml
vendored
Normal 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
|
Loading…
Reference in a new issue