Skip to content

Commit e24276b

Browse files
committed
build: update actions
1 parent ffc3db0 commit e24276b

2 files changed

Lines changed: 421 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Setup Dotnet
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@v5
1717
with:
18-
dotnet-version: "8.x"
18+
dotnet-version: "9.x"
1919
cache: true
2020
cache-dependency-path: "**/packages.lock.json"
2121

0 commit comments

Comments
 (0)