Skip to content

Commit

Permalink
chore(deps): update gittools/actions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent c2b44ad commit e682492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v2.0.1
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '5.x'

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v2.0.1
uses: gittools/actions/gitversion/execute@v3.0.0
- name: Semantic Version
id: version
uses: paulhatch/semantic-version@v5.4.0
Expand Down

0 comments on commit e682492

Please sign in to comment.