Skip to content

Commit cf035d0

Browse files
authored
Bump actions/setup-dotnet from 4 to 5 (#322)
2 parents 9a95780 + 3733ed8 commit cf035d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
name: Checkout
18-
- uses: actions/setup-dotnet@v4
18+
- uses: actions/setup-dotnet@v5
1919
with:
2020
dotnet-version: '8.0'
2121
- run: dotnet test

0 commit comments

Comments
 (0)