Skip to content

Commit 3f7479b

Browse files
committed
Updating github action versions due to deprecation warnings
1 parent 64ef10e commit 3f7479b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Build and Test
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010

11-
- uses: actions/setup-dotnet@v1
11+
- uses: actions/setup-dotnet@v3
1212
name: Setup .NET SDK
1313
with:
1414
dotnet-version: '7.0.x'

0 commit comments

Comments
 (0)