Skip to content

Commit

Permalink
Merge pull request #10 from danzuep/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/gittools/actions-3

Bump gittools/actions from 1 to 3 in /.github/workflows
  • Loading branch information
danzuep authored Dec 1, 2024
2 parents 8fd76e6 + c82593a commit 20788e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# https://github.com/GitTools/actions/blob/main/docs/examples/github/gitversion/setup/usage-examples.md#example-1
- name: Set up GitVersion
uses: gittools/actions/gitversion/setup@v1
uses: gittools/actions/gitversion/setup@v3
with:
versionSpec: '5.x'

Expand All @@ -52,7 +52,7 @@ jobs:
# pwsh> dotnet-gitversion | ConvertFrom-Json
- name: Use GitVersion to determine version
id: gitversion # e.g. steps.gitversion.outputs.<outputName>
uses: gittools/actions/gitversion/execute@v1
uses: gittools/actions/gitversion/execute@v3

- run: |
echo 'Get the repository project name.'
Expand Down

0 comments on commit 20788e8

Please sign in to comment.