Skip to content

Commit f2febf0

Browse files
committed
Update actions/setup-dotnet action to v3
1 parent 60f8248 commit f2febf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm install --global cdk
4545

4646
- name: Setup .NET Core
47-
uses: actions/setup-dotnet@v2
47+
uses: actions/setup-dotnet@v3
4848

4949
- name: Display .NET Info
5050
run: dotnet --info

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
aws-region: us-east-1
4040

4141
- name: Setup .NET Core
42-
uses: actions/setup-dotnet@v2
42+
uses: actions/setup-dotnet@v3
4343

4444
- name: Display .NET Info
4545
run: dotnet --info

0 commit comments

Comments
 (0)