Skip to content

Commit a95c5a9

Browse files
Updated fix milestone
1 parent a48cb91 commit a95c5a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-milestone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424

2525
- name: Install GitVersion
2626
if: ${{ github.event.action == 'opened' }}
27-
uses: gittools/actions/gitversion/[email protected].9
27+
uses: gittools/actions/gitversion/[email protected].11
2828
with:
2929
versionSpec: '5.x'
3030

3131
- name: Install GitReleaseManager
3232
if: ${{ github.event.action == 'opened' }}
33-
uses: gittools/actions/gitreleasemanager/[email protected].9
33+
uses: gittools/actions/gitreleasemanager/[email protected].11
3434
with:
3535
versionSpec: '0.11.x'
3636

3737
- name: Use GitVersion
3838
if: ${{ github.event.action == 'opened' }}
3939
id: gitversion
40-
uses: gittools/actions/gitversion/[email protected].9
40+
uses: gittools/actions/gitversion/[email protected].11
4141

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

0 commit comments

Comments
 (0)