Skip to content

Commit b100780

Browse files
committed
Updates workflow
1 parent b48a931 commit b100780

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
with:
2727
fetch-depth: 0
2828

2929
- name: Setup GitVersion
30-
uses: gittools/actions/gitversion/[email protected].11
30+
uses: gittools/actions/gitversion/[email protected].13
3131
with:
32-
versionSpec: '5.8.1'
32+
versionSpec: '5.10.0'
3333

3434
- name: Determine Version
3535
id: gitversion
36-
uses: gittools/actions/gitversion/[email protected].7
36+
uses: gittools/actions/gitversion/[email protected].13
3737

3838
- name: Setup .NET
39-
uses: actions/setup-dotnet@v1
39+
uses: actions/setup-dotnet@v2
4040
with:
4141
dotnet-version: 6.0.x
4242

@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet pack --no-restore --no-build --configuration Release /p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} --output ./output
5454

5555
- name: Upload Package to job as artificat
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v3
5757
with:
5858
name: "Marten.AspNetCore.Identity-${{ steps.gitversion.outputs.nuGetVersionV2 }}"
5959
# Does not support current "working-directory" settings

0 commit comments

Comments
 (0)