Skip to content

Commit 208b96b

Browse files
committed
upgrade actions/checkout and actions/setup-dotnet
1 parent 45d82c9 commit 208b96b

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
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v2
1818
with:
1919
dotnet-version: '2.x'
2020
- name: install altcover

0 commit comments

Comments
 (0)