mirror of
https://github.com/actions/setup-node.git
synced 2026-01-10 05:36:07 +00:00
12 lines
301 B
YAML
12 lines
301 B
YAML
name: Update configuration files
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * 0'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-update-configuration-files:
|
|
name: Update configuration files
|
|
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@1e97bade5ca12552a4d14d19ef769e9667ad73c4 # main
|