Skip to content

Commit

Permalink
Merge pull request #52 from saadmk11/release-0.7.2
Browse files Browse the repository at this point in the history
Release v0.7.2
  • Loading branch information
saadmk11 committed Dec 25, 2022
2 parents 802b3ad + 7eeab98 commit 5d7d128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/github-actions-version-updater@v0.7.1
uses: saadmk11/github-actions-version-updater@v0.7.2
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/github-actions-version-updater@v0.7.1
uses: saadmk11/github-actions-version-updater@v0.7.2
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
rm .git/hooks/pre-push
- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.1
uses: saadmk11/github-actions-version-updater@v0.7.2
with:
# ...
```
Expand Down

0 comments on commit 5d7d128

Please sign in to comment.