feat(deps): Upgrade angular to v20, others dependencies to latest, improve docs #2034
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
name: Tag Diff | |
on: | |
pull_request: | |
jobs: | |
tag-diff: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Git Checkout" | |
uses: actions/checkout@v2 | |
- name: "Diff tags" | |
uses: invertase/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |