Skip to content

Commit

Permalink
Merge pull request #108 from ArchipelagoMW/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-dotnet-4

Bump actions/setup-dotnet from 1 to 4
  • Loading branch information
Jarno458 authored Nov 22, 2024
2 parents 8eecaf4 + 307d0ef commit 054752a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'

Expand Down

0 comments on commit 054752a

Please sign in to comment.