Skip to content

Commit 37b15c3

Browse files
Update CI workflow to use newer action versions
1 parent 051b4bf commit 37b15c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
steps:
2121
- name: ☁ Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

2626
- name: 👷 .NET SDK
27-
uses: actions/setup-dotnet@v1
27+
uses: actions/setup-dotnet@v5
2828
with:
29-
dotnet-version: "6.0"
29+
dotnet-version: "10.x"
3030

3131
- name: ⬇ Install dependencies
3232
run: dotnet restore

0 commit comments

Comments
 (0)