Skip to content

Commit 66922a3

Browse files
authored
Merge pull request #37 from saadmk11/release-0.7.1
Release v0.7.1
2 parents e1c8e84 + 3dabaa0 commit 66922a3

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version: v0.7.1
2+
3+
* [#32](https://github.com/saadmk11/github-actions-version-updater/pull/32): ci: update checkout version
4+
* [#33](https://github.com/saadmk11/github-actions-version-updater/pull/33): Handle Workflow File Not Found Error
5+
* [#34](https://github.com/saadmk11/github-actions-version-updater/pull/34): Add Option to Specify Custom Workflow File/Directory Paths
6+
* [#35](https://github.com/saadmk11/github-actions-version-updater/pull/35): Add GitHub Actions Version Updater
7+
* [#36](https://github.com/saadmk11/github-actions-version-updater/pull/36): Update GitHub Action Versions
8+
9+
110
# Version: v0.7.0
211

312
* [#12](https://github.com/saadmk11/github-actions-version-updater/pull/12): Allow custom commit message and pull request title

README.md

Lines changed: 2 additions & 2 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.0
72+
uses: saadmk11/github-actions-version-updater@v0.7.1
7373
with:
7474
# [Required] Access token with `workflow` scope.
7575
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -118,7 +118,7 @@ jobs:
118118
token: ${{ secrets.WORKFLOW_SECRET }}
119119

120120
- name: Run GitHub Actions Version Updater
121-
uses: saadmk11/github-actions-version-updater@v0.7.0
121+
uses: saadmk11/github-actions-version-updater@v0.7.1
122122
with:
123123
# [Required] Access token with `workflow` scope.
124124
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)