mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Create manual action for upgrading dependencies after rc cut (#8484)
This commit is contained in:
parent
14ff736fcc
commit
99cb83a9df
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…
x
Reference in New Issue
Block a user