Skip to content

Commit 4fd448c

Browse files
chore(deps): update gittools/actions action to v4
1 parent 79694e3 commit 4fd448c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
run: dotnet restore
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1
29+
uses: gittools/actions/gitversion/setup@54b6560187372b52d97cc6dd69f4a99f392ab463 # v4.3.2
3030
with:
3131
versionSpec: '5.11.1'
3232

3333
- name: Use GitVersion
3434
id: gitversion # step id used as reference for output values
35-
uses: gittools/actions/gitversion/execute@51d325634925d7d9ce0a7efc2c586c0bc2b9eee6 # v3.2.1
35+
uses: gittools/actions/gitversion/execute@54b6560187372b52d97cc6dd69f4a99f392ab463 # v4.3.2
3636

3737
# - name: Setup SonarScanner
3838
# run: dotnet tool install --tool-path artifacts dotnet-sonarscanner

0 commit comments

Comments
 (0)