File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 with :
1111 fetch-depth : 0
1212 show-progress : false
13- - uses : gittools/actions/gitversion/setup@v0.10.2
13+ - uses : gittools/actions/gitversion/setup@v3.1.1
1414 with :
1515 versionSpec : ' 5.12.x'
16- - uses : gittools/actions/gitversion/execute@v0.10.2
16+ - uses : gittools/actions/gitversion/execute@v3.1.1
1717 id : gitversion
1818 - if : github.ref_type != 'tag'
1919 run : npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
@@ -29,12 +29,12 @@ jobs:
2929 # Release
3030 - name : Create GitHub Release
3131 if : github.ref_type == 'tag'
32- uses : softprops/action-gh-release@v1
32+ uses : softprops/action-gh-release@v2
3333
3434 # Publish (release only)
3535 - name : Publish documentation
3636 if : github.ref_type == 'tag'
37- uses : peaceiris/actions-gh-pages@v3
37+ uses : peaceiris/actions-gh-pages@v4
3838 with :
3939 github_token : ${{github.token}}
4040 force_orphan : true
You can’t perform that action at this time.
0 commit comments