chore(deps): update dependency @pulumi/pulumi to v1.14.1 #131
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: Changelog CI | |
| # Controls when the action will run. Triggers the workflow on a pull request | |
| on: | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # Checks-out your repository | |
| - uses: actions/checkout@v2 | |
| - name: Run Changelog CI | |
| uses: saadmk11/changelog-ci@v0.6.1 | |
| with: | |
| changelog_filename: CHANGELOG.md | |
| config_file: changelog-ci-config.json |