2021-03-09 11:14:45 +01:00
|
|
|
name: Notice new dependencies
|
|
|
|
on:
|
|
|
|
- pull_request
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
notice_new_dependencies:
|
|
|
|
name: Notice new dependencies
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Check for new dependencies
|
2021-03-12 14:19:22 +01:00
|
|
|
uses: hiwelo/new-dependencies-action@1.0.1
|
2021-03-09 11:14:45 +01:00
|
|
|
with:
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|