Skip to content

Commit

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

chore(deps): bump gittools/actions from 2 to 3
  • Loading branch information
richardrigutins authored Nov 19, 2024
2 parents 959303c + 8f5e018 commit 3dee13c
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@v2
uses: gittools/actions/gitversion/setup@v3
with:
versionSpec: '5.x'

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

Expand Down

0 comments on commit 3dee13c

Please sign in to comment.