Skip to content

Commit

Permalink
Update gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie D committed Jan 31, 2022
1 parent fbbcbdd commit 6418fb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
run: git fetch --prune --unshallow

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
versionSpec: '5.5.0'

- name: Determine version
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11

- name: Display version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
run: git fetch --prune --unshallow

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
versionSpec: '5.5.0'

- name: Determine version
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11

- name: Display version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
run: git fetch --prune --unshallow

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
versionSpec: '5.5.0'

- name: Determine version
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11

- name: Display version
run: |
Expand Down

0 comments on commit 6418fb8

Please sign in to comment.