Skip to content

Commit 0cddc04

Browse files
authored
Update dotnetcore.yml
1 parent 61d32cc commit 0cddc04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: .NET Core
33
on:
44
push:
55
paths-ignore:
6-
- 'readme.md'
6+
- 'README.md'
77
pull_request:
88
paths-ignore:
9-
- 'readme.md'
9+
- 'README.md'
1010

1111
jobs:
1212
build:
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v2.3.4
1919

2020
- name: Build (Release)
2121
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)