Skip to content

Commit 6574b4e

Browse files
Bump gittools/actions from v0.9.8 to v0.9.9 (#520)
Bumps [gittools/actions](https://github.com/gittools/actions) from v0.9.8 to v0.9.9. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.8...a91d2e8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8836c19 commit 6574b4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/close-milestone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Install GitVersion
16-
uses: gittools/actions/gitversion/[email protected].8
16+
uses: gittools/actions/gitversion/[email protected].9
1717
with:
1818
versionSpec: '5.x'
1919

2020
- name: Install GitReleaseManager
21-
uses: gittools/actions/gitreleasemanager/[email protected].8
21+
uses: gittools/actions/gitreleasemanager/[email protected].9
2222
with:
2323
versionSpec: '0.11.x'
2424

2525
- name: Use GitVersion
2626
id: gitversion
27-
uses: gittools/actions/gitversion/[email protected].8
27+
uses: gittools/actions/gitversion/[email protected].9
2828

2929
# Ensure the milestone exists
3030
- name: Create Milestone

.github/workflows/draft-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
run: git fetch --prune
1919

2020
- name: Install GitVersion
21-
uses: gittools/actions/gitversion/[email protected].8
21+
uses: gittools/actions/gitversion/[email protected].9
2222
with:
2323
versionSpec: '5.x'
2424

2525
- name: Install GitReleaseManager
26-
uses: gittools/actions/gitreleasemanager/[email protected].8
26+
uses: gittools/actions/gitreleasemanager/[email protected].9
2727
with:
2828
versionSpec: '0.11.x'
2929

3030
- name: Use GitVersion
3131
id: gitversion
32-
uses: gittools/actions/gitversion/[email protected].8
32+
uses: gittools/actions/gitversion/[email protected].9
3333

3434
- name: Create Milestone
3535
uses: WyriHaximus/github-action-create-milestone@v1

0 commit comments

Comments
 (0)