We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f708c1 commit 241989eCopy full SHA for 241989e
1 file changed
.github/workflows/dotnet.yml
@@ -29,8 +29,8 @@ jobs:
29
compose-service: sql-server-db
30
db-name: sqlserver
31
steps:
32
- - uses: actions/checkout@v4
33
- - uses: actions/setup-dotnet@v4
+ - uses: actions/checkout@v5
+ - uses: actions/setup-dotnet@v5
34
with:
35
dotnet-version: '10.0.x'
36
- run: dotnet build Cleipnir.ResilientFunctions.sln
0 commit comments