Skip to content

Commit e7f1509

Browse files
Update gittools/actions action to v4.5.0
1 parent 227e803 commit e7f1509

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@v4.4.2
12+
- uses: gittools/actions/gitversion/setup@v4.5.0
1313
with:
1414
versionSpec: '6.7.x'
15-
- uses: gittools/actions/gitversion/execute@v4.4.2
15+
- uses: gittools/actions/gitversion/execute@v4.5.0
1616
id: gitversion
1717
- name: Set version (release)
1818
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)