Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/deploy-container-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down