Merge pull request #115 from timheuer/patch-2

Update README.md
This commit is contained in:
Zachary Eisinger 2020-08-28 12:18:17 -07:00 committed by GitHub
commit 52dbd90938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
dotnet: [ '2.2.103', '3.0', '3.1.x' ]
name: Dotnet ${{ matrix.dotnet }} sample
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
@ -51,7 +51,7 @@ jobs:
Authentication for nuget feeds:
```yaml
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v2
# Authenticates packages to push to GPR
- uses: actions/setup-dotnet@v1
with: