Skip to content

Commit c79e629

Browse files
dependabot[bot]danzuep
authored andcommitted
Bump actions/setup-dotnet from 3 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ac3a44 commit c79e629

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/_build-layered.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# https://github.com/actions/setup-dotnet
5151
- name: Get .NET externals
52-
uses: actions/setup-dotnet@v3
52+
uses: actions/setup-dotnet@v5
5353
with:
5454
dotnet-version: 8.0.x
5555
dotnet-quality: 'ga'

.github/workflows/_build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# https://github.com/actions/setup-dotnet
6969
- name: Get .NET externals
70-
uses: actions/setup-dotnet@v4
70+
uses: actions/setup-dotnet@v5
7171

7272
# https://github.com/actions/cache/blob/main/examples.md#c---nuget
7373
- name: Get any cached NuGet packages from the last run

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# https://github.com/actions/setup-dotnet
3535
- name: Get .NET externals
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: |
3939
8.0.x

.github/workflows/_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# https://github.com/actions/setup-dotnet
5151
- name: Get .NET externals
52-
uses: actions/setup-dotnet@v4
52+
uses: actions/setup-dotnet@v5
5353

5454
# Initialize the CodeQL tools for scanning. Prefix the query list with "+" to use these queries and those in the config file.
5555
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs

.github/workflows/_deploy-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
merge-multiple: true
4343

4444
- name: Get .NET externals
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646

4747
- name: List files in the folder
4848
run: find . -name "*.nupkg" -type f -exec echo {} \;

0 commit comments

Comments
 (0)