Skip to content

Commit a7fd643

Browse files
authored
Merge pull request #70 from saadmk11/release-0.7.4
Release v0.7.4
2 parents 6cac19c + 45c4b6b commit a7fd643

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version: v0.7.4
2+
3+
* [#60](https://github.com/saadmk11/github-actions-version-updater/pull/60): [pre-commit.ci] pre-commit autoupdate
4+
* [#65](https://github.com/saadmk11/github-actions-version-updater/pull/65): Configuration Management with Pydantic
5+
* [#66](https://github.com/saadmk11/github-actions-version-updater/pull/66): [pre-commit.ci] pre-commit autoupdate
6+
* [#67](https://github.com/saadmk11/github-actions-version-updater/pull/67): use notice, not warning, for unsupported formats
7+
* [#68](https://github.com/saadmk11/github-actions-version-updater/pull/68): Add Fine-grained Personal Access Token Documentation
8+
* [#69](https://github.com/saadmk11/github-actions-version-updater/pull/69): Add Alternatives
9+
10+
111
# Version: v0.7.3
212

313
* [#53](https://github.com/saadmk11/github-actions-version-updater/pull/53): [pre-commit.ci] pre-commit autoupdate

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.WORKFLOW_SECRET }}
7070

7171
- name: Run GitHub Actions Version Updater
72-
uses: saadmk11/[email protected].3
72+
uses: saadmk11/[email protected].4
7373
with:
7474
# [Required] Access token with `workflow` scope.
7575
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -120,7 +120,7 @@ jobs:
120120
token: ${{ secrets.WORKFLOW_SECRET }}
121121

122122
- name: Run GitHub Actions Version Updater
123-
uses: saadmk11/[email protected].3
123+
uses: saadmk11/[email protected].4
124124
with:
125125
# [Required] Access token with `workflow` scope.
126126
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -194,7 +194,7 @@ jobs:
194194
rm .git/hooks/pre-push
195195
196196
- name: Run GitHub Actions Version Updater
197-
uses: saadmk11/[email protected].3
197+
uses: saadmk11/[email protected].4
198198
with:
199199
# ...
200200
```

0 commit comments

Comments
 (0)