Skip to content

Commit

Permalink
Update dotnet actions (#3175)
Browse files Browse the repository at this point in the history
Co-authored-by: jennyf19 <[email protected]>
  • Loading branch information
sebastienros and jennyf19 authored Jan 4, 2025
1 parent 03e19a5 commit fa46329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aot-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1

- name: Setup .NET 9.0.x
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
name: "Build and run unit tests"
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4

- name: Setup .NET 9.0.x
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

Expand Down

0 comments on commit fa46329

Please sign in to comment.