diff --git a/CHANGELOG.md b/CHANGELOG.md index c516869..c1afa79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version: v0.7.3 + +* [#53](https://github.com/saadmk11/github-actions-version-updater/pull/53): [pre-commit.ci] pre-commit autoupdate +* [#54](https://github.com/saadmk11/github-actions-version-updater/pull/54): Fix badge and update `actions/checkout` in README +* [#55](https://github.com/saadmk11/github-actions-version-updater/pull/55): [Experimental Feature] Pull Request Branch Input Option +* [#56](https://github.com/saadmk11/github-actions-version-updater/pull/56): [Feature] Add Option to Add Labels to Pull Requests +* [#57](https://github.com/saadmk11/github-actions-version-updater/pull/57): [Enhancement] Handle Updates for GitHub Actions that are Located Inside Sub-Directories +* [#58](https://github.com/saadmk11/github-actions-version-updater/pull/58): Update changelog-ci.yaml + + # Version: v0.7.2 * [#38](https://github.com/saadmk11/github-actions-version-updater/pull/38): [pre-commit.ci] pre-commit autoupdate diff --git a/README.md b/README.md index 6b6791a..1e88366 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.2 + uses: saadmk11/github-actions-version-updater@v0.7.3 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} @@ -120,7 +120,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.2 + uses: saadmk11/github-actions-version-updater@v0.7.3 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} @@ -178,7 +178,7 @@ jobs: rm .git/hooks/pre-push - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.2 + uses: saadmk11/github-actions-version-updater@v0.7.3 with: # ... ```