Skip to content

Commit fb8e809

Browse files
Bump actions/setup-dotnet from 1 to 5 (#309)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8db2cc commit fb8e809

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/run-e2e-tests-dotnet8-lcon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: npm run build
4040

4141
- name: E2E Setup DotNet ${{ env.DOTNET_VERSION }} Environment
42-
uses: actions/setup-dotnet@v1
42+
uses: actions/setup-dotnet@v5
4343
with:
4444
dotnet-version: ${{ env.DOTNET_VERSION }}
4545

.github/workflows/run-e2e-tests-dotnet8-wcon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: npm run build
4040

4141
- name: E2E Setup DotNet ${{ env.DOTNET_VERSION }} Environment
42-
uses: actions/setup-dotnet@v1
42+
uses: actions/setup-dotnet@v5
4343
with:
4444
dotnet-version: ${{ env.DOTNET_VERSION }}
4545

.github/workflows/test-workflow-dotnet8-lcon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v4
5959

6060
- name: 'Set up .NET version: ${{ env.DOTNET_VERSION }}'
61-
uses: actions/setup-dotnet@v4
61+
uses: actions/setup-dotnet@v5
6262
with:
6363
dotnet-version: ${{ env.DOTNET_VERSION }}
6464

.github/workflows/test-workflow-dotnet8-wcon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v4
6060

6161
- name: 'Set up .NET version: ${{ env.DOTNET_VERSION }}'
62-
uses: actions/setup-dotnet@v4
62+
uses: actions/setup-dotnet@v5
6363
with:
6464
dotnet-version: ${{ env.DOTNET_VERSION }}
6565

0 commit comments

Comments
 (0)