Skip to content

Commit

Permalink
Merge pull request #1232 from SixLabors/js/gitversion-exp
Browse files Browse the repository at this point in the history
Bump Gitversion
  • Loading branch information
JimBobSquarePants authored Jun 16, 2020
2 parents 93703d9 + 8736853 commit 47aeac8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
run: git branch --create-reflog master origin/master

- name: Install GitVersion
uses: gittools/actions/setup-[email protected]
uses: gittools/actions/gitversion/setup@v0.9.3
with:
versionSpec: "5.1.x"
versionSpec: "5.3.x"

- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/execute-[email protected]
uses: gittools/actions/gitversion/execute@v0.9.3

- name: Setup DotNet SDK
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -121,13 +121,13 @@ jobs:
run: git branch --create-reflog master origin/master

- name: Install GitVersion
uses: gittools/actions/setup-[email protected]
uses: gittools/actions/gitversion/setup@v0.9.3
with:
versionSpec: "5.1.x"
versionSpec: "5.3.x"

- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/execute-[email protected]
uses: gittools/actions/gitversion/execute@v0.9.3

- name: Setup DotNet SDK
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 47aeac8

Please sign in to comment.