Skip to content

Commit

Permalink
Merge pull request #26 from DeveloperMetrics/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions-4dcbd64d95

Bump the actions group with 1 update
  • Loading branch information
samsmithnz committed Feb 19, 2024
2 parents c0f594f + d557c0e commit d712ad1
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,11 +19,11 @@ jobs:
fetch-depth: 0 #fetch-depth is needed for GitVersion
#Install and calculate the new version with GitVersion
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.10.2
uses: gittools/actions/gitversion/setup@v0.11.0
with:
versionSpec: 5.x
- name: Determine Version
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v0.11.0
id: gitversion # step id used as reference for output values
- name: Display GitVersion outputs
run: |
Expand Down

0 comments on commit d712ad1

Please sign in to comment.