Skip to content

Keep dependencies up-to-date #47

Keep dependencies up-to-date

Keep dependencies up-to-date #47

Workflow file for this run

name: Keep dependencies up-to-date
on:
schedule:
- cron: '0 0 * * SUN'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.GH_DEPLOY_KEY }}
- uses: textbook/take-action@nodejs
with:
checkout: 'false'
node-version-file: '.nvmrc'
- run: |
git config --global user.name "gh-actions"
git config --global user.email "[email protected]"
- run: ./bin/up-to-date.sh