Skip to content

Commit

Permalink
Merge pull request #31 from tiobe/dependabot/github_actions/gittools/…
Browse files Browse the repository at this point in the history
…actions-1

Bump gittools/actions from 0 to 1
  • Loading branch information
janssen-tiobe authored Apr 22, 2024
2 parents 280f30a + e2aed35 commit 0c346b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
fetch-depth: 0
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: '5.x'
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0
uses: gittools/actions/gitversion/execute@v1
with:
useConfigFile: true

0 comments on commit 0c346b0

Please sign in to comment.