Skip to content

Commit 06057ab

Browse files
Update build-and-test.yml
1 parent f86e5bd commit 06057ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-and-test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ jobs:
1515
build-and-test:
1616
runs-on: windows-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: FedericoCarboni/setup-ffmpeg@v1
2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: 8.0.x
24+
cache: true
2425
- name: Restore dependencies
25-
run: dotnet restore
26+
run: dotnet restore --locked-mode
2627
- name: Build
2728
run: dotnet build --no-restore
2829
- name: Test

0 commit comments

Comments
 (0)