Skip to content

Commit

Permalink
Update releaser-v2.yml
Browse files Browse the repository at this point in the history
Update GitVersion from 0.9.7 to 0.9.11 in order to fix somes vulnerabilities
  • Loading branch information
mtaku3 committed Feb 1, 2022
1 parent 613378d commit 3204e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releaser-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
dotnet-version: 5.0.103

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

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.7
uses: gittools/actions/gitversion/execute@v0.9.11

- name: Display GitVersion outputs
run: |
Expand Down Expand Up @@ -126,4 +126,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3204e5c

Please sign in to comment.