Skip to content

Commit

Permalink
Merge pull request #90 from saadmk11/release-0.8.1
Browse files Browse the repository at this point in the history
Release v0.8.1
  • Loading branch information
saadmk11 authored Aug 13, 2023
2 parents 507ac7f + aab7e2b commit 64be81b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version: v0.8.1

* [#89](https://github.com/saadmk11/github-actions-version-updater/pull/89): Use `regex.sub` to replace old versions with new ones


# Version: v0.8.0

* [#73](https://github.com/saadmk11/github-actions-version-updater/pull/73): [pre-commit.ci] pre-commit autoupdate
Expand Down
8 changes: 4 additions & 4 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 @@ -120,7 +120,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 @@ -194,7 +194,7 @@ jobs:
rm .git/hooks/pre-push
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
with:
# ...
```
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
token: ${{ secrets.WORKFLOW_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].1
# Required to get the PR number
id: gha-update
with:
Expand Down

0 comments on commit 64be81b

Please sign in to comment.