fix(deps): update all minor and patch dependencies #753
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
# Sets permissions of the GITHUB_TOKEN to allow write pull-requests | |
permissions: | |
pull-requests: write | |
jobs: | |
delta-typescript-graph-job: | |
runs-on: ubuntu-latest | |
name: Delta TypeScript Graph | |
steps: | |
- name: Checkout | |
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # specify latest version | |
- uses: ysk8hori/delta-typescript-graph-action@v1.2.2 # specify latest version | |
with: | |
max-size: 100 | |
show-metrics: true |