Skip to content

Commit

Permalink
ci: Upgrade gittools gitversion action
Browse files Browse the repository at this point in the history
  • Loading branch information
Crown0815 committed Dec 29, 2023
1 parent be764ae commit 59bda61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
fetch-depth: 0

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

- name: Determine Version
id: version
uses: gittools/actions/gitversion/execute@v0.9.7
uses: gittools/actions/gitversion/execute@v0.10.2
with:
useConfigFile: true

Expand Down

0 comments on commit 59bda61

Please sign in to comment.