Skip to content

Commit

Permalink
bump actions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv authored Apr 24, 2024
1 parent fcd8e40 commit d2dd6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
fi
- name: gitversion (2 of 3)
uses: gittools/actions/gitversion/setup@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: 5.x

- name: gitversion (3 of 3)
id: gitversion
uses: gittools/actions/gitversion/execute@v0
uses: gittools/actions/gitversion/execute@v1
with:
useConfigFile: true
additionalArguments: /nofetch

0 comments on commit d2dd6a6

Please sign in to comment.