Skip to content

Commit c39b88c

Browse files
Merge f703787 into 112f240
2 parents 112f240 + f703787 commit c39b88c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/close-milestone.yml

+3-3
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].10
16+
uses: gittools/actions/gitversion/[email protected].11
1717
with:
1818
versionSpec: '5.x'
1919

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

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

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

.github/workflows/draft-release.yml

+3-3
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].10
21+
uses: gittools/actions/gitversion/[email protected].11
2222
with:
2323
versionSpec: '5.x'
2424

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

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

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

0 commit comments

Comments
 (0)