diff --git a/.github/workflows/deploy-container-app.yml b/.github/workflows/deploy-container-app.yml index 0fd9104..fc57376 100644 --- a/.github/workflows/deploy-container-app.yml +++ b/.github/workflows/deploy-container-app.yml @@ -34,7 +34,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -78,7 +78,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Download output from deployment - uses: actions/download-artifact@v4 @@ -185,7 +185,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -241,7 +241,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Download output from deployment - uses: actions/download-artifact@v4 @@ -285,7 +285,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index 22c17bc..9afc425 100644 --- a/.github/workflows/deploy-infrastructure.yml +++ b/.github/workflows/deploy-infrastructure.yml @@ -25,7 +25,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -66,7 +66,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -112,7 +112,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Download output from deployment - uses: actions/download-artifact@v4 @@ -218,7 +218,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Download output from deployment - uses: actions/download-artifact@v4 diff --git a/.github/workflows/deploy-kubernetes.yml b/.github/workflows/deploy-kubernetes.yml index fa5bdf2..d82fb2a 100644 --- a/.github/workflows/deploy-kubernetes.yml +++ b/.github/workflows/deploy-kubernetes.yml @@ -34,7 +34,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -78,7 +78,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Download output from deployment - uses: actions/download-artifact@v4 @@ -185,7 +185,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -212,7 +212,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -280,7 +280,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login