Skip to content

Commit

Permalink
Merge pull request #164 from samsmithnz/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions-e25fb8f97a

Bump gittools/actions from 1.1.1 to 1.2.0 in the actions group
  • Loading branch information
samsmithnz authored Jul 10, 2024
2 parents 33039a0 + 7eb56e8 commit 0ca2a30
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 @@ -19,12 +19,12 @@ jobs:
with:
fetch-depth: 0
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: 5.x
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0
- name: Display GitVersion outputs
run: |
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
Expand Down

0 comments on commit 0ca2a30

Please sign in to comment.