Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 5c2eada

Browse files
committed
ci: workflow to .NET 10 and action versions
1 parent 640bd60 commit 5c2eada

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/library.nuget.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NotifyIcon Library
1+
name: build
22

33
on:
44
release:
@@ -12,15 +12,12 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v2
18+
uses: actions/setup-dotnet@v4
1919
with:
20-
dotnet-version: 8.0.x
21-
22-
- name: Setup Windows SDK
23-
uses: GuillaumeFalourd/setup-windows10-sdk-action@v1.5
20+
dotnet-version: 10.0.x
2421

2522
- name: Install dependencies
2623
run: dotnet restore NotifyIcon

0 commit comments

Comments
 (0)