Skip to content

Commit 0c96f24

Browse files
committed
test new dotnet setup action
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 33b2009 commit 0c96f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: ${{ env.NODE_VERSION }}
4949
- name: Setup DotNet
50-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
50+
uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # tag=v3.4.2
5151
with:
5252
dotnet-version: ${{ env.DOTNET_VERSION }}
5353
- name: Setup Python

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
node-version: ${{matrix.nodeversion}}
9090
registry-url: ${{env.NPM_REGISTRY_URL}}
9191
- name: Setup DotNet
92-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
92+
uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # tag=v3.4.2
9393
with:
9494
dotnet-version: ${{matrix.dotnetverson}}
9595
- name: Setup Python

0 commit comments

Comments
 (0)