Skip to content

Commit e20e89d

Browse files
Bump actions/setup-dotnet from 5.0.0 to 5.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 709c8d6 commit e20e89d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
${{ runner.os }}-nuget-
7373
7474
- name: Setup .NET Core SDK
75-
uses: actions/[email protected].0
75+
uses: actions/[email protected].1
7676

7777
- name: Build
7878
run: dotnet build -c ${{ matrix.config }}
@@ -354,7 +354,7 @@ jobs:
354354
${{ runner.os }}-nuget-
355355
356356
- name: Setup .NET Core SDK
357-
uses: actions/[email protected].0
357+
uses: actions/[email protected].1
358358

359359
- name: Pack
360360
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
@@ -386,7 +386,7 @@ jobs:
386386
uses: actions/checkout@v5
387387

388388
- name: Setup .NET Core SDK
389-
uses: actions/[email protected].0
389+
uses: actions/[email protected].1
390390

391391
- name: Pack
392392
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
@@ -65,7 +65,7 @@ jobs:
6565
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6666

6767
- name: Setup .NET Core SDK
68-
uses: actions/[email protected].0
68+
uses: actions/[email protected].1
6969

7070
- name: Build
7171
run: dotnet build -c Release

.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/[email protected].0
110+
uses: actions/[email protected].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/[email protected].0
144+
uses: actions/[email protected].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/[email protected].0
26+
uses: actions/[email protected].1
2727

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

0 commit comments

Comments
 (0)