File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7979 runs-on : ${{ matrix.os }}
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v4.2.2
82+ uses : actions/checkout@v4.3.0
8383 with :
8484 clean : ' false'
8585 fetch-depth : ' 0'
Original file line number Diff line number Diff line change @@ -10,26 +10,26 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4.2.2
13+ uses : actions/checkout@v4.3.0
1414 with :
1515 fetch-depth : 0
1616
1717 - uses : actions/setup-dotnet@v4
1818
1919 - name : Install GitVersion
20- uses : gittools/actions/gitversion/setup@v4.0.1
20+ uses : gittools/actions/gitversion/setup@v4.1.0
2121 with :
2222 versionSpec : ' 6.0.x'
2323 preferLatestVersion : true
2424
2525 - name : Install GitReleaseManager
26- uses : gittools/actions/gitreleasemanager/setup@v4.0.1
26+ uses : gittools/actions/gitreleasemanager/setup@v4.1.0
2727 with :
2828 versionSpec : ' 0.18.x'
2929
3030 - name : Use GitVersion
3131 id : gitversion
32- uses : gittools/actions/gitversion/execute@v4.0.1
32+ uses : gittools/actions/gitversion/execute@v4.1.0
3333
3434 # Ensure the milestone exists
3535 - name : Create Milestone
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4.2.2
20+ uses : actions/checkout@v4.3.0
2121 with :
2222 fetch-depth : 0
2323
@@ -27,14 +27,14 @@ jobs:
2727 run : git fetch --prune
2828
2929 - name : Install GitVersion
30- uses : gittools/actions/gitversion/setup@v4.0.1
30+ uses : gittools/actions/gitversion/setup@v4.1.0
3131 with :
3232 versionSpec : ' 6.0.x'
3333 preferLatestVersion : true
3434
3535 - name : Use GitVersion
3636 id : gitversion
37- uses : gittools/actions/gitversion/execute@v4.0.1
37+ uses : gittools/actions/gitversion/execute@v4.1.0
3838
3939 - name : Create Milestone
4040 uses : WyriHaximus/github-action-create-milestone@v1
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4.2.2
19+ uses : actions/checkout@v4.3.0
2020
2121 - name : Run Labeler
2222 if : success()
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4.2.2
16+ uses : actions/checkout@v4.3.0
1717 with :
1818 ref : ${{ github.sha }}
1919 fetch-depth : 0
@@ -25,21 +25,21 @@ jobs:
2525
2626 - name : Install GitVersion
2727 if : ${{ github.event.action == 'opened' }}
28- uses : gittools/actions/gitversion/setup@v4.0.1
28+ uses : gittools/actions/gitversion/setup@v4.1.0
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/setup@v4.0.1
35+ uses : gittools/actions/gitreleasemanager/setup@v4.1.0
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/execute@v4.0.1
42+ uses : gittools/actions/gitversion/execute@v4.1.0
4343
4444 - name : Create Milestone
4545 if : ${{ github.event.action == 'opened' }}
You can’t perform that action at this time.
0 commit comments