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 Nov 26, 2024
1 parent 1854e4a commit 1b01a53
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.3
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.3
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Pack nuget
Expand Down

0 comments on commit 1b01a53

Please sign in to comment.