Skip to content

Check depdendecies' update #1116

Check depdendecies' update

Check depdendecies' update #1116

Workflow file for this run

name: Check depdendecies' update
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
outdater:
runs-on: ubuntu-latest
name: Dependencies outdater
steps:
- uses: actions/checkout@v2
- name: Dependencies Outdater
uses: action-runner/dependencies-outdater@master
with:
access_token: ${{ secrets.RELEASE_TOKEN }}