Skip to content

Commit

Permalink
Merge pull request #97 from samsmithnz/dependabot/github_actions/gitt…
Browse files Browse the repository at this point in the history
…ools/actions-1.1.1

Bump gittools/actions from 0.13.4 to 1.1.1
  • Loading branch information
samsmithnz committed Mar 13, 2024
2 parents 1b28c7d + ee3a554 commit e6f3c69
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.1.1
with:
versionSpec: 5.x
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.13.4
uses: gittools/actions/gitversion/execute@v1.1.1
- name: Display GitVersion outputs
run: |
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
Expand Down

0 comments on commit e6f3c69

Please sign in to comment.