Skip to content

Commit 7cbd16e

Browse files
chore(deps): update gittools/actions action to v3.2.1 (#1507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b907a5 commit 7cbd16e

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

1919
- name: Install GitVersion
20-
uses: gittools/actions/gitversion/[email protected].0
20+
uses: gittools/actions/gitversion/[email protected].1
2121
with:
2222
versionSpec: '6.0.x'
2323
preferLatestVersion: true
2424

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

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

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

.github/workflows/draft-release.yml

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

2929
- name: Install GitVersion
30-
uses: gittools/actions/gitversion/[email protected].0
30+
uses: gittools/actions/gitversion/[email protected].1
3131
with:
3232
versionSpec: '6.0.x'
3333
preferLatestVersion: true
3434

3535
- name: Use GitVersion
3636
id: gitversion
37-
uses: gittools/actions/gitversion/[email protected].0
37+
uses: gittools/actions/gitversion/[email protected].1
3838

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

.github/workflows/update-milestone.yml

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

2626
- name: Install GitVersion
2727
if: ${{ github.event.action == 'opened' }}
28-
uses: gittools/actions/gitversion/[email protected].0
28+
uses: gittools/actions/gitversion/[email protected].1
2929
with:
3030
versionSpec: '6.0.x'
3131
preferLatestVersion: true
3232

3333
- name: Install GitReleaseManager
3434
if: ${{ github.event.action == 'opened' }}
35-
uses: gittools/actions/gitreleasemanager/[email protected].0
35+
uses: gittools/actions/gitreleasemanager/[email protected].1
3636
with:
3737
versionSpec: '0.18.x'
3838

3939
- name: Use GitVersion
4040
if: ${{ github.event.action == 'opened' }}
4141
id: gitversion
42-
uses: gittools/actions/gitversion/[email protected].0
42+
uses: gittools/actions/gitversion/[email protected].1
4343

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

0 commit comments

Comments
 (0)