Skip to content

Commit 5dee53e

Browse files
Update gittools/actions action to v4
1 parent 022a7e5 commit 5dee53e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
12-
- uses: gittools/actions/gitversion/setup@v0.13.6
12+
- uses: gittools/actions/gitversion/setup@v4.4.2
1313
with:
1414
versionSpec: '5.12.x'
15-
- uses: gittools/actions/gitversion/execute@v0.13.6
15+
- uses: gittools/actions/gitversion/execute@v4.4.2
1616
id: gitversion
1717
- name: Set version (release)
1818
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)