Skip to content

Commit

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

chore(deps): bump gittools/actions from 0 to 1
  • Loading branch information
richardrigutins authored Mar 18, 2024
2 parents 5e176db + af75044 commit ed269c8
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@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: '5.x'

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

Expand Down

0 comments on commit ed269c8

Please sign in to comment.