Skip to content

Commit

Permalink
Merge 184c6ac into f30017c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
2 parents f30017c + 184c6ac commit 0d53cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
fetch-depth: 0
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.13.4
uses: gittools/actions/gitversion/setup@v1.0.0
with:
versionSpec: 5.x
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.13.4
uses: gittools/actions/gitversion/execute@v1.0.0
- name: Display GitVersion outputs
run: |
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
Expand Down

0 comments on commit 0d53cac

Please sign in to comment.