Skip to content

Commit

Permalink
Merge pull request #6 from tj-actions/jackton1-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Jul 31, 2020
2 parents 3a8aed1 + ec891e6 commit ad255a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: git fetch --depth=1 origin +refs/heads/master:refs/remotes/origin/master
- run: git fetch origin +refs/tags/*:refs/tags/*
- name: Bumpversion release version.
uses: tj-actions/bumpversion@v1
uses: tj-actions/bumpversion@v2
id: bumpversion
with:
paths: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Make changes to files
# .....................
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v3.0.beta
uses: tj-actions/verify-changed-files@v3.0.1
id: changed_files
with:
files: |
Expand Down

0 comments on commit ad255a4

Please sign in to comment.