Skip to content

Commit ca824d5

Browse files
ci: update GitHub Actions workflows to v5
- updated actions/checkout from v4 to v5 - updated actions/setup-dotnet from v4 to v5
2 parents 31fd539 + f8a107c commit ca824d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v5
1919
with:
2020
dotnet-version: 8.0.x
2121

0 commit comments

Comments
 (0)