Skip to content

Commit 6b12224

Browse files
committed
Updated CI dependencies
1 parent e11f0ff commit 6b12224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)