Skip to content

Commit

Permalink
Update gittools/actions action to v3.0.3 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 647c94a commit 10ff88d
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/[email protected].2
uses: gittools/actions/gitversion/[email protected].3
with:
versionSpec: '5.x'

- name: Determine Version
id: version
uses: gittools/actions/gitversion/[email protected].2
uses: gittools/actions/gitversion/[email protected].3
with:
configFilePath: ${{ inputs.configFilePath }}
targetPath: ${{ github.workspace }}
Expand Down

0 comments on commit 10ff88d

Please sign in to comment.