Skip to content

Commit

Permalink
Update gittools/actions action to v3.1.1 (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 931c1ab commit d82d55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/compute-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ runs:
using: composite
steps:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.4
uses: gittools/actions/gitversion/setup@v3.1.1
with:
versionSpec: '5.x'

- name: Determine Version
id: version
uses: gittools/actions/gitversion/execute@v3.0.4
uses: gittools/actions/gitversion/execute@v3.1.1
with:
configFilePath: ${{ inputs.configFilePath }}
targetPath: ${{ github.workspace }}
Expand Down

0 comments on commit d82d55f

Please sign in to comment.