From 39e3d1816e64d87615ef3931be73b4bac30a53e0 Mon Sep 17 00:00:00 2001 From: halprin Date: Wed, 8 Jan 2025 10:47:01 -0700 Subject: [PATCH] Use latest version of actions/checkout GitHub action --- .github/workflows/azure-load-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/azure-load-tests.yml b/.github/workflows/azure-load-tests.yml index 3600133d7..881646b48 100644 --- a/.github/workflows/azure-load-tests.yml +++ b/.github/workflows/azure-load-tests.yml @@ -26,11 +26,9 @@ jobs: contents: read steps: - # Checkout the repository - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - # Login to Azure using the CLI - name: Login via Azure CLI uses: azure/login@v2 with: @@ -38,7 +36,6 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - # Run the Azure Load Test - name: Run Load Test run: | az load test-run create \