Skip to content

Commit

Permalink
Merge pull request #20 from richardrigutins/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/gittools/actions-2

chore(deps): bump gittools/actions from 1 to 2
  • Loading branch information
richardrigutins authored Jul 22, 2024
2 parents ed269c8 + 28f0d0a commit 959303c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
dotnet-version: '8.0.x'

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

- name: Determine Version
id: gitversion # id to later be referenced
uses: gittools/actions/gitversion/execute@v1
uses: gittools/actions/gitversion/execute@v2
with:
useConfigFile: true

Expand Down

0 comments on commit 959303c

Please sign in to comment.