Skip to content

Commit 8412dcc

Browse files
authored
Merge pull request #30 from SamSmithNZ-dotcom/dependabot/github_actions/gittools/actions-0.9.11
Bump gittools/actions from 0.9.7 to 0.9.11
2 parents 981c916 + 21096cc commit 8412dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
#Install and calculate the new version with GitVersion
2222
- name: Install GitVersion
23-
uses: gittools/actions/gitversion/setup@v0.9.7
23+
uses: gittools/actions/gitversion/setup@v0.9.11
2424
with:
2525
versionSpec: 5.x
2626
- name: Determine Version
27-
uses: gittools/actions/gitversion/execute@v0.9.7
27+
uses: gittools/actions/gitversion/execute@v0.9.11
2828
id: gitversion # step id used as reference for output values
2929
- name: Display GitVersion outputs
3030
run: |

0 commit comments

Comments
 (0)