Skip to content

Commit

Permalink
Bump gittools/actions from 0.12.0 to 0.13.4
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.12.0 to 0.13.4.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v0.12.0...v0.13.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
1 parent 61dee75 commit 28e6812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
fetch-depth: 0 #fetch-depth is needed for GitVersion
- name: Install GitVersion #Install and calculate the new version with GitVersion
uses: gittools/actions/gitversion/setup@v0.12.0
uses: gittools/actions/gitversion/setup@v0.13.4
with:
versionSpec: 5.x
- name: Determine Version
uses: gittools/actions/gitversion/execute@v0.12.0
uses: gittools/actions/gitversion/execute@v0.13.4
id: gitversion # step id used as reference for output values
- name: Display GitVersion outputs
run: |
Expand Down

0 comments on commit 28e6812

Please sign in to comment.