Skip to content

Commit

Permalink
Try to update GitVersion action from v0.3 to v0.9 (and GitVresion fro…
Browse files Browse the repository at this point in the history
…m 5.1.2 to 5.1.3)
  • Loading branch information
koppor committed Mar 3, 2020
1 parent 6a5bd90 commit 1c30e12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2-beta
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch tags and master for GitVersion
Expand All @@ -55,12 +55,12 @@ jobs:
}
shell: pwsh
- name: Install GitVersion
uses: gittools/actions/setup-gitversion@v0.3
uses: gittools/actions/gitversion/setup@v0.9
with:
versionSpec: '5.1.2'
versionSpec: '5.1.3'
- name: Run GitVersion
id: gitversion
uses: gittools/actions/execute-gitversion@v0.3
uses: gittools/actions/gitversion/execute@v0.9
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
needs: [build]
steps:
- name: Checkout source
uses: actions/checkout@v2-beta
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch tags and master for GitVersion
Expand All @@ -158,12 +158,12 @@ jobs:
}
shell: pwsh
- name: Install GitVersion
uses: gittools/actions/setup-gitversion@v0.3
uses: gittools/actions/gitversion/setup@v0.9
with:
versionSpec: '5.1.2'
versionSpec: '5.1.3'
- name: Run GitVersion
id: gitversion
uses: gittools/actions/execute-gitversion@v0.3
uses: gittools/actions/gitversion/execute@v0.9
- name: Get linux binaries
uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 1c30e12

Please sign in to comment.