Skip to content

update

update #252

Workflow file for this run

name: update
on:
schedule:
- cron: '0 0 * * *' #UTC
jobs:
composer:
uses: kawax/composer-workflow/.github/workflows/update.yml@v1
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
php: latest