Skip to content

Commit 7e06016

Browse files
committed
Merge remote-tracking branch 'origin/togh/update-deps' into togh/update-deps
# Conflicts: # .github/workflows/ci.yml
2 parents 86e4e5b + fb3c6d6 commit 7e06016

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

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

1717
steps:
1818
- name: ☁ Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

2323
- name: 👷 .NET SDK
24-
uses: actions/setup-dotnet@v1
24+
uses: actions/setup-dotnet@v5
2525
with:
26-
dotnet-version: "6.0"
26+
dotnet-version: "10.x"
2727

2828
- name: ⬇ Install dependencies
2929
run: dotnet restore

0 commit comments

Comments
 (0)