Skip to content

Commit fff9557

Browse files
authored
Merge pull request #39 from DeveloperMetrics/dependabot/github_actions/gittools/actions-3.0.0
Bump gittools/actions from 2.0.0 to 3.0.0
2 parents 32b4a9b + c20164b commit fff9557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fetch-depth: 0 #fetch-depth is needed for GitVersion
2020
#Install and calculate the new version with GitVersion
2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/setup@v2.0.0
22+
uses: gittools/actions/gitversion/setup@v3.0.0
2323
with:
2424
versionSpec: 5.x
2525
- name: Determine Version
26-
uses: gittools/actions/gitversion/execute@v2.0.0
26+
uses: gittools/actions/gitversion/execute@v3.0.0
2727
id: gitversion # step id used as reference for output values
2828
- name: Display GitVersion outputs
2929
run: |

0 commit comments

Comments
 (0)