Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.4 #70

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
# ...
```
Expand Down