Skip to content

Commit

Permalink
Merge pull request #17 from tj-actions/upgrade-to-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Jan 10, 2021
2 parents 9bef78f + e83f366 commit 5965d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Bumpversion release version.
uses: tj-actions/bumpversion@v6.8
uses: tj-actions/bumpversion@v7
id: bumpversion
with:
pattern: 'tj-actions/bumpversion@'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Update files that reference a project version with a new release number.
steps:
- uses: actions/checkout@v2
- name: Bumpversion release version.
uses: tj-actions/bumpversion@v6.8
uses: tj-actions/bumpversion@v7
id: bumpversion
with:
current_version: '1.0.1' # Omit to use git tag.
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Bumpversion release version.
uses: tj-actions/bumpversion@v6.8
uses: tj-actions/bumpversion@v7
id: bumpversion
with:
pattern: 'tj-actions/bumpversion@'
Expand Down

0 comments on commit 5965d7e

Please sign in to comment.