From a7df52625925055085a8a2bca24ce8eafe1082bf Mon Sep 17 00:00:00 2001 From: Maksudul Haque Date: Wed, 15 Mar 2023 22:38:00 +0600 Subject: [PATCH 1/2] Release v0.7.4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e26281..206db0c 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.3 + uses: saadmk11/github-actions-version-updater@v0.7.4 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.3 + uses: saadmk11/github-actions-version-updater@v0.7.4 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} @@ -194,7 +194,7 @@ jobs: rm .git/hooks/pre-push - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.7.3 + uses: saadmk11/github-actions-version-updater@v0.7.4 with: # ... ``` From 45c4b6b135ec6718efb6bcd02cadcf57e8adfdd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Mar 2023 16:39:17 +0000 Subject: [PATCH 2/2] [Changelog CI] Add Changelog for Version v0.7.4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1afa79..2a7fd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Version: v0.7.4 + +* [#60](https://github.com/saadmk11/github-actions-version-updater/pull/60): [pre-commit.ci] pre-commit autoupdate +* [#65](https://github.com/saadmk11/github-actions-version-updater/pull/65): Configuration Management with Pydantic +* [#66](https://github.com/saadmk11/github-actions-version-updater/pull/66): [pre-commit.ci] pre-commit autoupdate +* [#67](https://github.com/saadmk11/github-actions-version-updater/pull/67): use notice, not warning, for unsupported formats +* [#68](https://github.com/saadmk11/github-actions-version-updater/pull/68): Add Fine-grained Personal Access Token Documentation +* [#69](https://github.com/saadmk11/github-actions-version-updater/pull/69): Add Alternatives + + # Version: v0.7.3 * [#53](https://github.com/saadmk11/github-actions-version-updater/pull/53): [pre-commit.ci] pre-commit autoupdate