mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
10 lines
221 B
YAML
10 lines
221 B
YAML
|
name: Update JS deps
|
||
|
on:
|
||
|
# Run on a schedule once per quarter
|
||
|
schedule:
|
||
|
- cron: '0 0 1 */3 *'
|
||
|
workflow_dispatch:
|
||
|
jobs:
|
||
|
ci:
|
||
|
uses: silverstripe/github-actions-ci-cd/.github/workflows/update-js-deps.yml@v0.1
|