Skip to content

Commit

Permalink
Update GitHub action to use the updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
DragosDumitrache committed Jan 29, 2024
1 parent 9d38034 commit 36ed05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configuration driven.
Inside your GHA pipeline, simply add the following step:

```yaml
- uses: DragosDumitrache/versioner/versioner@v2.6.3
- uses: DragosDumitrache/versioner/versioner@v2.7.1
```
Incrementing the `major` or `minor` versions is done simply through a bump in your project's
Expand Down
2 changes: 1 addition & 1 deletion versioner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- uses: actions/checkout@v4
with:
repository: DragosDumitrache/versioner
ref: 2.6.2
ref: 2.7.0
path: tools
- name: Generate and tag a new version on a PR
id: semver
Expand Down

0 comments on commit 36ed05a

Please sign in to comment.