Skip to content

Commit 13cf192

Browse files
Merge pull request #12961 from rabbitmq/mergify/bp/v4.0.x/pr-12960
Remove actions/setup-dotnet (backport #12960)
2 parents 4734f49 + 9690e46 commit 13cf192

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ jobs:
7070
7171
echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-`echo -n ${{ steps.fetch_secondary_dist.outputs.version }} | sed s/v//`" >> $GITHUB_ENV
7272
73-
- name: SETUP DOTNET (rabbit)
74-
uses: actions/setup-dotnet@v4
75-
if: inputs.plugin == 'rabbit'
76-
with:
77-
dotnet-version: '8.0'
78-
7973
- name: SETUP SLAPD (rabbitmq_auth_backend_ldap)
8074
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
8175
run: |

.github/workflows/test-plugin-mixed.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ jobs:
7575
bazelisk info release
7676
#! - name: Setup tmate session
7777
#! uses: mxschmitt/action-tmate@v3
78-
- uses: actions/setup-dotnet@v4
79-
if: inputs.plugin == 'rabbit'
80-
with:
81-
dotnet-version: '8.0'
8278
- name: deps/amqp10_client SETUP
8379
if: inputs.plugin == 'amqp10_client'
8480
run: |

.github/workflows/test-plugin.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ jobs:
7272
bazelisk info release
7373
#! - name: Setup tmate session
7474
#! uses: mxschmitt/action-tmate@v3
75-
- uses: actions/setup-dotnet@v4
76-
if: inputs.plugin == 'rabbit'
77-
with:
78-
dotnet-version: '8.0'
7975
- name: deps/amqp10_client SETUP
8076
if: inputs.plugin == 'amqp10_client'
8177
run: |

0 commit comments

Comments
 (0)