Skip to content

Commit cad63d5

Browse files
Bump actions/setup-dotnet from 4 to 5 (#3612)
1 parent c0b3711 commit cad63d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v5
4343

4444
- name: Setup .NET Core SDK
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646

4747
- name: Build
4848
run: dotnet build --configuration Debug
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/checkout@v5
149149

150150
- name: Setup .NET Core SDK
151-
uses: actions/setup-dotnet@v4
151+
uses: actions/setup-dotnet@v5
152152

153153
- name: Pack
154154
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
@@ -180,7 +180,7 @@ jobs:
180180
uses: actions/checkout@v5
181181

182182
- name: Setup .NET Core SDK
183-
uses: actions/setup-dotnet@v4
183+
uses: actions/setup-dotnet@v5
184184

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

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5858

5959
- name: Setup .NET Core SDK
60-
uses: actions/setup-dotnet@v4
60+
uses: actions/setup-dotnet@v5
6161

6262
- name: Build
6363
run: dotnet build -c Release

0 commit comments

Comments
 (0)