File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments