Skip to content

Commit 65f17ac

Browse files
Update actions/setup-dotnet action to v4 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 511f89a commit 65f17ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-dotnet-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
template-cloud-service: ${{ matrix.cloud-service }}
4040

4141
- name: Setup dotnet ${{ matrix.dotnet-version }}
42-
uses: actions/setup-dotnet@v3
42+
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: ${{ matrix.dotnet-version }}
4545

dotnet/{{cookiecutter.project_class_name}}/.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Setup dotnet ${{ matrix.dotnet-version }}
28-
uses: actions/setup-dotnet@v3
28+
uses: actions/setup-dotnet@v4
2929
with:
3030
dotnet-version: ${{ matrix.dotnet-version }}
3131

0 commit comments

Comments
 (0)