Skip to content

Commit 5d0b451

Browse files
authored
Merge pull request #246 from SamSmithNZ-dotcom/dependabot/github_actions/actions-4f9e5f001b
Bump gittools/actions from 4.0.0 to 4.0.1 in the actions group
2 parents f8c40ea + 86e4dd4 commit 5d0b451

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@v4.0.0
23+
uses: gittools/actions/gitversion/setup@v4.0.1
2424
with:
2525
versionSpec: 6.x
2626
- name: Determine Version
27-
uses: gittools/actions/gitversion/execute@v4.0.0
27+
uses: gittools/actions/gitversion/execute@v4.0.1
2828
id: gitversion # step id used as reference for output values
2929
- name: Display GitVersion outputs
3030
run: |

0 commit comments

Comments
 (0)