Skip to content

Commit 054752a

Browse files
authored
Merge pull request #108 from ArchipelagoMW/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 1 to 4
2 parents 8eecaf4 + 307d0ef commit 054752a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
- name: Dotnet Setup
26-
uses: actions/setup-dotnet@v3
26+
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 8.x
2929

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- uses: actions/setup-dotnet@v1
17+
- uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: '6.0.x'
2020

0 commit comments

Comments
 (0)