Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ALERT_EMAIL: ${{ secrets.ALERT_EMAIL }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Traefik
run: |
touch environments/${ENV}/traefik/values.override.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-opencrvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- k8s
- ${{ inputs.environment }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Generate summary
env:
PUBLIC_DOMAIN: ${{ vars.DOMAIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-to-k8s-sync-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- k8s
- ${{ inputs.environment }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
# Create a temporary file for environment variables
# to store GitHub Secrets and Variables (base64 encoded)
# Making those values base64 encoded allows us to avoid further complex escaping issues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/init-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Full history is required so yarn can traverse the commit graph.
- name: Checkout ${{ steps.get_base_branch.outputs.base_branch }}
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
ref: ${{ steps.get_base_branch.outputs.base_branch }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
kube_runner_token: ${{ secrets.GH_TOKEN }}
kube_self_hosted_runner_additional_labels: ${{ vars.KUBE_SELF_HOSTED_RUNNER_ADDITIONAL_LABELS }}
- name: checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run Ansible Playbook
uses: dawidd6/action-ansible-playbook@v9
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset-2fa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
timeout-minutes: 60
steps:
- name: checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run Ansible Playbook
uses: dawidd6/action-ansible-playbook@v9
env:
Expand Down