Skip to content

Commit 66705fd

Browse files
dependabot[bot]rdeago
authored andcommitted
Bump actions/setup-dotnet from 4 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...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 c9f000c commit 66705fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0 # Checkout with full history so nbgv can compute Git height correctly.
2323
- name: Setup .NET SDK
24-
uses: actions/setup-dotnet@v4
24+
uses: actions/setup-dotnet@v5
2525
with:
2626
global-json-file: global.json
2727
- name: Restore .NET tools

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
languages: ${{ matrix.language }}
3737
queries: security-and-quality
3838
- name: Setup .NET SDK
39-
uses: actions/setup-dotnet@v4
39+
uses: actions/setup-dotnet@v5
4040
with:
4141
global-json-file: global.json
4242
- name: Restore .NET tools

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
token: ${{ secrets.RELEASE_TOKEN }}
8585
persist-credentials: true # We need auth set up in the Cake script
8686
- name: Setup .NET SDK
87-
uses: actions/setup-dotnet@v4
87+
uses: actions/setup-dotnet@v5
8888
with:
8989
global-json-file: global.json
9090
- name: Restore .NET tools

0 commit comments

Comments
 (0)