Skip to content

Commit fc4816c

Browse files
Bump actions/setup-dotnet from 5.0.0 to 5.0.1 (#6355)
1 parent 56ad76e commit fc4816c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
${{ runner.os }}-nuget-
7979
8080
- name: Setup .NET Core SDK
81-
uses: actions/setup-dotnet@v5.0.0
81+
uses: actions/setup-dotnet@v5.0.1
8282

8383
- name: Build
8484
run: dotnet build -c ${{ matrix.config }}
@@ -338,7 +338,7 @@ jobs:
338338
${{ runner.os }}-nuget-
339339
340340
- name: Setup .NET Core SDK
341-
uses: actions/setup-dotnet@v5.0.0
341+
uses: actions/setup-dotnet@v5.0.1
342342

343343
- name: Pack
344344
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true
@@ -370,7 +370,7 @@ jobs:
370370
uses: actions/checkout@v6
371371

372372
- name: Setup .NET Core SDK
373-
uses: actions/setup-dotnet@v5.0.0
373+
uses: actions/setup-dotnet@v5.0.1
374374

375375
- name: Pack
376376
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true

.github/workflows/native-aot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
${{ runner.os }}-nuget-
108108
109109
- name: Setup .NET Core SDK
110-
uses: actions/setup-dotnet@v5.0.0
110+
uses: actions/setup-dotnet@v5.0.1
111111

112112
- name: Write script
113113
run: echo "$AOT_Compat" > test-aot-compatibility.ps1
@@ -141,7 +141,7 @@ jobs:
141141
${{ runner.os }}-nuget-
142142
143143
- name: Setup .NET Core SDK
144-
uses: actions/setup-dotnet@v5.0.0
144+
uses: actions/setup-dotnet@v5.0.1
145145

146146
- name: Start PostgreSQL
147147
run: |

.github/workflows/rich-code-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
${{ runner.os }}-nuget-
2424
2525
- name: Setup .NET Core SDK
26-
uses: actions/setup-dotnet@v5.0.0
26+
uses: actions/setup-dotnet@v5.0.1
2727

2828
- name: Build
2929
run: dotnet build --configuration Debug

0 commit comments

Comments
 (0)