Skip to content

Commit 52dbd90

Browse files
author
Zachary Eisinger
authored
Merge pull request #115 from timheuer/patch-2
Update README.md
2 parents d50c298 + 221e7bc commit 52dbd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
dotnet: [ '2.2.103', '3.0', '3.1.x' ]
4141
name: Dotnet ${{ matrix.dotnet }} sample
4242
steps:
43-
- uses: actions/checkout@main
43+
- uses: actions/checkout@v2
4444
- name: Setup dotnet
4545
uses: actions/setup-dotnet@v1
4646
with:
@@ -51,7 +51,7 @@ jobs:
5151
Authentication for nuget feeds:
5252
```yaml
5353
steps:
54-
- uses: actions/checkout@main
54+
- uses: actions/checkout@v2
5555
# Authenticates packages to push to GPR
5656
- uses: actions/setup-dotnet@v1
5757
with:

0 commit comments

Comments
 (0)