Skip to content

Commit d72426e

Browse files
authored
Merge pull request #736 from aws-powertools/dependabot/github_actions/actions/setup-dotnet-4.3.0
chore(deps): bump actions/setup-dotnet from 4.2.0 to 4.3.0
2 parents bad3ec8 + e5e94a6 commit d72426e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Setup .NET 6.0 & 8.0
27-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
27+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
2828
with:
2929
dotnet-version: |
3030
6.0.405

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5757
- name: Setup .NET 8.0
58-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
58+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
5959
with:
6060
dotnet-version: '8.x'
6161

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mask-aws-account-id: true
4141

4242
- name: Set up .NET
43-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
43+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
4444
with:
4545
dotnet-version: '8.x'
4646

@@ -77,7 +77,7 @@ jobs:
7777
mask-aws-account-id: true
7878

7979
- name: Set up .NET
80-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
80+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
8181
with:
8282
dotnet-version: '8.x'
8383

@@ -107,7 +107,7 @@ jobs:
107107
mask-aws-account-id: true
108108

109109
- name: Set up .NET
110-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
110+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
111111
with:
112112
dotnet-version: '8.x'
113113

0 commit comments

Comments
 (0)