Skip to content

Commit

Permalink
Merge pull request #37 from saadmk11/release-0.7.1
Browse files Browse the repository at this point in the history
Release v0.7.1
  • Loading branch information
saadmk11 authored Oct 29, 2022
2 parents e1c8e84 + 3dabaa0 commit 66922a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version: v0.7.1

* [#32](https://github.com/saadmk11/github-actions-version-updater/pull/32): ci: update checkout version
* [#33](https://github.com/saadmk11/github-actions-version-updater/pull/33): Handle Workflow File Not Found Error
* [#34](https://github.com/saadmk11/github-actions-version-updater/pull/34): Add Option to Specify Custom Workflow File/Directory Paths
* [#35](https://github.com/saadmk11/github-actions-version-updater/pull/35): Add GitHub Actions Version Updater
* [#36](https://github.com/saadmk11/github-actions-version-updater/pull/36): Update GitHub Action Versions


# Version: v0.7.0

* [#12](https://github.com/saadmk11/github-actions-version-updater/pull/12): Allow custom commit message and pull request title
Expand Down
4 changes: 2 additions & 2 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/[email protected].0
uses: saadmk11/[email protected].1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down

0 comments on commit 66922a3

Please sign in to comment.