Skip to content

Commit ecc2d4f

Browse files
authored
Merge pull request #369 from XAMLMarkupExtensions/dependabot/github_actions/gittools/actions-0.9.15
Bump gittools/actions from 0.9.13 to 0.9.15
2 parents 9dd0531 + 83506be commit ecc2d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-drafter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
git fetch --prune
2323
2424
- name: Install GitVersion
25-
uses: gittools/actions/gitversion/setup@v0.9.13
25+
uses: gittools/actions/gitversion/setup@v0.9.15
2626
with:
2727
versionSpec: '5.6.x'
2828

2929
- name: Use GitVersion
3030
id: gitversion
31-
uses: gittools/actions/gitversion/execute@v0.9.13
31+
uses: gittools/actions/gitversion/execute@v0.9.15
3232

3333
- name: create release
3434
id: create_release

0 commit comments

Comments
 (0)