Skip to content

Commit

Permalink
Merge pull request #2 from danzuep/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/gittools/actions-1

Bump gittools/actions from 0 to 1 in /.github/workflows
  • Loading branch information
danzuep authored Apr 19, 2024
2 parents 0a22143 + e9ad10f commit 0e52709
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 @@ -59,15 +59,15 @@ 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@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: '5.x'

# https://github.com/GitTools/actions/blob/main/docs/examples/github/gitversion/execute/usage-examples.md#example-5
# For a list of all GitVersion Version Variables, see https://gitversion.net/docs/reference/variables
- name: Use GitVersion to determine version
id: gitversion
uses: gittools/actions/gitversion/execute@v0
uses: gittools/actions/gitversion/execute@v1

- run: |
echo 'Save the GitVersion environment variables to a file.'
Expand Down

0 comments on commit 0e52709

Please sign in to comment.