Skip to content

Commit

Permalink
Use latest version of actions/checkout GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Jan 8, 2025
1 parent cadf54a commit 39e3d18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/azure-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,16 @@ 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:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
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 \
Expand Down

0 comments on commit 39e3d18

Please sign in to comment.