Skip to content

Commit 25b6a0e

Browse files
renovate[bot]gitstream-cm[bot]
authored andcommitted
chore(deps): update actions/setup-dotnet action to v4.3.1
1 parent 021a530 commit 25b6a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
repo: pulumi/pulumictl
131131
- uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
132132

133-
- uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
133+
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
134134
with:
135135
dotnet-version: "${{ matrix.dotnet-version }}"
136136
if: matrix.language == 'dotnet'

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: pulumi/actions@9519177da243fd32cab35cdbf19cce1ab7472fcc # v6.2.0
108108

109109
- name: Setup DotNet
110-
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
110+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
111111
with:
112112
dotnet-version: "${{ matrix.dotnet-version }}"
113113
if: matrix.language == 'dotnet'

0 commit comments

Comments
 (0)