Skip to content

Commit

Permalink
Upgrading gitversion action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Apr 17, 2024
1 parent cd42653 commit 9c67286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
dotnet-version: 8.0.x

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7
uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: '5.x'

- name: GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.7
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true

Expand Down

0 comments on commit 9c67286

Please sign in to comment.