Skip to content

Commit 70d0b30

Browse files
committed
Update gittools/actions action to v0.10.1
1 parent 6ba7263 commit 70d0b30

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/close-milestone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/[email protected].0
18+
uses: gittools/actions/gitversion/[email protected].1
1919
with:
2020
versionSpec: '5.x'
2121

2222
- name: Install GitReleaseManager
23-
uses: gittools/actions/gitreleasemanager/[email protected].0
23+
uses: gittools/actions/gitreleasemanager/[email protected].1
2424
with:
2525
versionSpec: '0.11.x'
2626

2727
- name: Use GitVersion
2828
id: gitversion
29-
uses: gittools/actions/gitversion/[email protected].0
29+
uses: gittools/actions/gitversion/[email protected].1
3030

3131
# Ensure the milestone exists
3232
- name: Create Milestone

.github/workflows/draft-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
run: git fetch --prune
2323

2424
- name: Install GitVersion
25-
uses: gittools/actions/gitversion/[email protected].0
25+
uses: gittools/actions/gitversion/[email protected].1
2626
with:
2727
versionSpec: '5.x'
2828

2929
- name: Use GitVersion
3030
id: gitversion
31-
uses: gittools/actions/gitversion/[email protected].0
31+
uses: gittools/actions/gitversion/[email protected].1
3232

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

.github/workflows/update-milestone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ jobs:
2323

2424
- name: Install GitVersion
2525
if: ${{ github.event.action == 'opened' }}
26-
uses: gittools/actions/gitversion/[email protected].0
26+
uses: gittools/actions/gitversion/[email protected].1
2727
with:
2828
versionSpec: '5.x'
2929

3030
- name: Install GitReleaseManager
3131
if: ${{ github.event.action == 'opened' }}
32-
uses: gittools/actions/gitreleasemanager/[email protected].0
32+
uses: gittools/actions/gitreleasemanager/[email protected].1
3333
with:
3434
versionSpec: '0.11.x'
3535

3636
- name: Use GitVersion
3737
if: ${{ github.event.action == 'opened' }}
3838
id: gitversion
39-
uses: gittools/actions/gitversion/[email protected].0
39+
uses: gittools/actions/gitversion/[email protected].1
4040

4141
- name: Create Milestone
4242
if: ${{ github.event.action == 'opened' }}

0 commit comments

Comments
 (0)