From 2dc84de12f5fec5c8f50da5cd1b9c629b0e96371 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 4 Sep 2024 09:56:45 +0000
Subject: [PATCH] chore(deps): bump azure/setup-kubectl from 2.0 to 3.2

Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 2.0 to 3.2.
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/setup-kubectl/compare/v2.0...v3.2)

---
updated-dependencies:
- dependency-name: azure/setup-kubectl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/relayer-deployment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/relayer-deployment.yml b/.github/workflows/relayer-deployment.yml
index f6cf0fe6..8add6a8f 100644
--- a/.github/workflows/relayer-deployment.yml
+++ b/.github/workflows/relayer-deployment.yml
@@ -69,7 +69,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4
 
-      - uses: azure/setup-kubectl@v2.0
+      - uses: azure/setup-kubectl@v3.2
 
       - uses: Azure/k8s-set-context@v2
         with: