Skip to content

Commit

Permalink
Bump gittools action to v1.1.1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel authored Jun 21, 2024
1 parent 029e1a3 commit 2eb50b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
fetch-depth: 0

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

- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true

Expand Down Expand Up @@ -176,13 +176,13 @@ jobs:
fetch-depth: 0

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

- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true

Expand Down

0 comments on commit 2eb50b7

Please sign in to comment.