Skip to content

Commit

Permalink
Merge pull request #115 from timheuer/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Zachary Eisinger authored Aug 28, 2020
2 parents d50c298 + 221e7bc commit 52dbd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 52dbd90

Please sign in to comment.