Skip to content

Commit fa46329

Browse files
Update dotnet actions (#3175)
Co-authored-by: jennyf19 <jeferrie@microsoft.com>
1 parent 03e19a5 commit fa46329

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/aot-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424

2525
- name: Setup .NET 9.0.x
26-
uses: actions/setup-dotnet@v4.1.0
26+
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 9.0.x
2929

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
name: "Build and run unit tests"
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4.2.1
27+
uses: actions/checkout@v4
2828

2929
- name: Setup .NET 9.0.x
30-
uses: actions/setup-dotnet@v4.1.0
30+
uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: 9.0.x
3333

0 commit comments

Comments
 (0)