Skip to content

Commit e9362a3

Browse files
authored
Merge pull request #59 from saadmk11/release-0.7.3
Release v0.7.3
2 parents d9ae0e2 + 2fd4a78 commit e9362a3

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version: v0.7.3
2+
3+
* [#53](https://github.com/saadmk11/github-actions-version-updater/pull/53): [pre-commit.ci] pre-commit autoupdate
4+
* [#54](https://github.com/saadmk11/github-actions-version-updater/pull/54): Fix badge and update `actions/checkout` in README
5+
* [#55](https://github.com/saadmk11/github-actions-version-updater/pull/55): [Experimental Feature] Pull Request Branch Input Option
6+
* [#56](https://github.com/saadmk11/github-actions-version-updater/pull/56): [Feature] Add Option to Add Labels to Pull Requests
7+
* [#57](https://github.com/saadmk11/github-actions-version-updater/pull/57): [Enhancement] Handle Updates for GitHub Actions that are Located Inside Sub-Directories
8+
* [#58](https://github.com/saadmk11/github-actions-version-updater/pull/58): Update changelog-ci.yaml
9+
10+
111
# Version: v0.7.2
212

313
* [#38](https://github.com/saadmk11/github-actions-version-updater/pull/38): [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/github-actions-version-updater@v0.7.2
72+
uses: saadmk11/github-actions-version-updater@v0.7.3
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/github-actions-version-updater@v0.7.2
123+
uses: saadmk11/github-actions-version-updater@v0.7.3
124124
with:
125125
# [Required] Access token with `workflow` scope.
126126
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -178,7 +178,7 @@ jobs:
178178
rm .git/hooks/pre-push
179179
180180
- name: Run GitHub Actions Version Updater
181-
uses: saadmk11/github-actions-version-updater@v0.7.2
181+
uses: saadmk11/github-actions-version-updater@v0.7.3
182182
with:
183183
# ...
184184
```

0 commit comments

Comments
 (0)