From 0aa9ef7383f738ab25edcd57504a7671fc164d8a Mon Sep 17 00:00:00 2001 From: Maksudul Haque Date: Sat, 29 Oct 2022 22:32:15 +0600 Subject: [PATCH 1/2] Release v0.7.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }} From 3dabaa04e66ab599c587861cdd313858fe053e57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Oct 2022 16:33:59 +0000 Subject: [PATCH 2/2] [Changelog CI] Add Changelog for Version v0.7.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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