Skip to content

Commit

Permalink
Bump gittools/actions from 3.0.0 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.0 to 3.0.3.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v3.0.0...v3.0.3)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and danzuep committed Dec 1, 2024
1 parent 7b8ad6d commit e5fa928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# https://github.com/GitTools/actions/blob/main/docs/examples/github/gitversion/setup/usage-examples.md#example-1
- name: Set up GitVersion
if: ${{ inputs.environment == 'release' }}
uses: gittools/actions/gitversion/setup@v3.0.0
uses: gittools/actions/gitversion/setup@v3.0.3
with:
versionSpec: '5.x'

Expand All @@ -51,7 +51,7 @@ jobs:
- name: Use GitVersion to determine version
if: ${{ inputs.environment == 'release' }}
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v3.0.0
uses: gittools/actions/gitversion/execute@v3.0.3

# pwsh> dotnet-gitversion | ConvertFrom-Json
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
Expand Down

0 comments on commit e5fa928

Please sign in to comment.