diff --git a/CHANGELOG.md b/CHANGELOG.md index 323e343..15e8d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Version: v0.7.1 + +* [#32](https://github.com/saadmk11/github-actions-version-updater/pull/32): ci: update checkout version +* [#33](https://github.com/saadmk11/github-actions-version-updater/pull/33): Handle Workflow File Not Found Error +* [#34](https://github.com/saadmk11/github-actions-version-updater/pull/34): Add Option to Specify Custom Workflow File/Directory Paths +* [#35](https://github.com/saadmk11/github-actions-version-updater/pull/35): Add GitHub Actions Version Updater +* [#36](https://github.com/saadmk11/github-actions-version-updater/pull/36): Update GitHub Action Versions + + # Version: v0.7.0 * [#12](https://github.com/saadmk11/github-actions-version-updater/pull/12): Allow custom commit message and pull request title diff --git a/README.md b/README.md index a13ec0c..d2da5f0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.0 + uses: saadmk11/github-actions-version-updater@v0.7.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} @@ -118,7 +118,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.0 + uses: saadmk11/github-actions-version-updater@v0.7.1 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}