Skip to content

Commit b405640

Browse files
committed
2 parents f9cb1f7 + c499965 commit b405640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
dotnet-version: [ '3.1.x', '6.0.x' ]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: Setup dotnet ${{ matrix.dotnet-version }}
23-
uses: actions/setup-dotnet@v1
23+
uses: actions/setup-dotnet@v3
2424
with:
2525
dotnet-version: ${{ matrix.dotnet-version }}
2626
# You can test your matrix by printing the current dotnet version

0 commit comments

Comments
 (0)