Skip to content

Commit

Permalink
(build) bump GitTools Action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 13, 2020
1 parent 0213aa8 commit 2794e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Expand Up @@ -30,12 +30,12 @@ jobs:
msg: ${{ github.repository }}

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.2
uses: gittools/actions/gitversion/setup@v0.9.3
with:
versionSpec: '5.x'

- name: Use GitVersion
uses: gittools/actions/gitversion/execute@v0.9.2
uses: gittools/actions/gitversion/execute@v0.9.3
id: gitversion

- name: Install GitReleaseManager
Expand Down

0 comments on commit 2794e69

Please sign in to comment.