Skip to content

Commit

Permalink
build(deps): bump gittools/actions from 1.1.1 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v1.1.1...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 2ceced5 commit dcfc0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: '5.x'
- name: Determine Version
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0
- name: Semantic Version
run: |
echo "SemVer: ${{ steps.gitversion.outputs.semVer }}"
Expand Down

0 comments on commit dcfc0a9

Please sign in to comment.