Skip to content

Commit 4546907

Browse files
committed
update actions/checkout
1 parent bb1ccd6 commit 4546907

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on:
2+
on:
33
push:
44
schedule:
55
- cron: '0 1 * * 6'
@@ -10,12 +10,10 @@ jobs:
1010
steps:
1111
- uses: nuget/setup-nuget@v1
1212
- uses: microsoft/setup-msbuild@v1
13-
- uses: actions/checkout@v2
14-
with:
15-
fetch-depth: 50
13+
- uses: actions/checkout@v3
1614
- uses: testspace-com/setup-testspace@v1
1715
with:
18-
domain: samples
16+
domain: samples
1917
- name: Build
2018
run: |
2119
nuget restore money/cs-money.sln

0 commit comments

Comments
 (0)