Skip to content

Commit 1eeec71

Browse files
committed
Update ci
1 parent 549e42a commit 1eeec71

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ jobs:
1414
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

19-
- uses: actions/setup-dotnet@v1
19+
- uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '2.2.x'
22-
23-
- uses: actions/cache@v2
24-
with:
25-
path: ~/.nuget/packages
26-
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
27-
restore-keys: |
28-
${{ runner.os }}-nuget-
21+
dotnet-version: '9.0.x'
22+
cache: true
2923

3024
- run: dotnet restore
3125
- run: dotnet build --no-restore

0 commit comments

Comments
 (0)