Skip to content

Commit

Permalink
Merge pull request #246 from samsmithnz/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…tools/actions-0.9.15

Bump gittools/actions from 0.9.14 to 0.9.15
  • Loading branch information
samsmithnz committed Oct 31, 2022
2 parents 802a6cc + ee2b22e commit 6b2a59f
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 @@ -19,11 +19,11 @@ jobs:
fetch-depth: 0 #fetch-depth is needed for GitVersion
#Install and calculate the new version with GitVersion
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.14
uses: gittools/actions/gitversion/setup@v0.9.15
with:
versionSpec: 5.x
- name: Determine Version
uses: gittools/actions/gitversion/execute@v0.9.14
uses: gittools/actions/gitversion/execute@v0.9.15
id: gitversion # step id used as reference for output values
- name: Display GitVersion outputs
run: |
Expand Down

0 comments on commit 6b2a59f

Please sign in to comment.