Skip to content

Commit 9c026e3

Browse files
chore(deps): update gittools/actions action to v3.1.10 (#1435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa1c4ef commit 9c026e3

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
@@ -17,18 +17,18 @@ jobs:
1717
- uses: actions/setup-dotnet@v4
1818

1919
- name: Install GitVersion
20-
uses: gittools/actions/gitversion/[email protected].2
20+
uses: gittools/actions/gitversion/[email protected].10
2121
with:
2222
versionSpec: '5.x'
2323

2424
- name: Install GitReleaseManager
25-
uses: gittools/actions/gitreleasemanager/[email protected].2
25+
uses: gittools/actions/gitreleasemanager/[email protected].10
2626
with:
2727
versionSpec: '0.15.x'
2828

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

3333
# Ensure the milestone exists
3434
- name: Create Milestone

.github/workflows/draft-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
run: git fetch --prune
2828

2929
- name: Install GitVersion
30-
uses: gittools/actions/gitversion/[email protected].2
30+
uses: gittools/actions/gitversion/[email protected].10
3131
with:
3232
versionSpec: '5.x'
3333

3434
- name: Use GitVersion
3535
id: gitversion
36-
uses: gittools/actions/gitversion/[email protected].2
36+
uses: gittools/actions/gitversion/[email protected].10
3737

3838
- name: Create Milestone
3939
uses: WyriHaximus/github-action-create-milestone@v1

.github/workflows/update-milestone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ jobs:
2525

2626
- name: Install GitVersion
2727
if: ${{ github.event.action == 'opened' }}
28-
uses: gittools/actions/gitversion/[email protected].2
28+
uses: gittools/actions/gitversion/[email protected].10
2929
with:
3030
versionSpec: '5.x'
3131

3232
- name: Install GitReleaseManager
3333
if: ${{ github.event.action == 'opened' }}
34-
uses: gittools/actions/gitreleasemanager/[email protected].2
34+
uses: gittools/actions/gitreleasemanager/[email protected].10
3535
with:
3636
versionSpec: '0.15.x'
3737

3838
- name: Use GitVersion
3939
if: ${{ github.event.action == 'opened' }}
4040
id: gitversion
41-
uses: gittools/actions/gitversion/[email protected].2
41+
uses: gittools/actions/gitversion/[email protected].10
4242

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

0 commit comments

Comments
 (0)