Skip to content

Commit 241989e

Browse files
authored
Upgrade GitHub Actions to version 5
1 parent 8f708c1 commit 241989e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
compose-service: sql-server-db
3030
db-name: sqlserver
3131
steps:
32-
- uses: actions/checkout@v4
33-
- uses: actions/setup-dotnet@v4
32+
- uses: actions/checkout@v5
33+
- uses: actions/setup-dotnet@v5
3434
with:
3535
dotnet-version: '10.0.x'
3636
- run: dotnet build Cleipnir.ResilientFunctions.sln

0 commit comments

Comments
 (0)