Skip to content

Commit 0f20cef

Browse files
authored
Merge pull request #121 from badcel/dependabot/github_actions/actions/setup-dotnet-5
2 parents b60945a + a5ff531 commit 0f20cef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
submodules: 'true'
4343

4444
- name: Prepare .NET
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
dotnet-version: |
4848
8.0.x

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mv ./docs/readme.md ./docs/index.md
3434

3535
- name: Prepare .NET
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: |
3939
8.0.x

0 commit comments

Comments
 (0)