Skip to content

Commit

Permalink
chore(deps): update gittools/actions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 2c9e8a5 commit 77b9f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
global-json-file: "global.json"
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.2.0
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: "5.x"
- name: Determine Version
id: version # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v1.2.0
uses: gittools/actions/gitversion/execute@v3.0.0
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Pack nuget
Expand Down

0 comments on commit 77b9f74

Please sign in to comment.