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
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
digest: ${{ steps.digest.outputs.value }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Log in to registry
- name: Log in to the Container registry
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
digest: ${{ steps.digest.outputs.value }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Log in to registry
- name: Log in to the Container registry
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
runs-on: ubicloud-standard-2
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Log in to the Container registry
- name: Log in to the Container registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi

- name: Checkout K8s manifests repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: customeros/cloud
token: ${{ secrets.DEPLOY_TRIGGER_GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
outputs:
version_bump: ${{ steps.commit_message.outputs.version_bump }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0 # Needed to fetch all tags

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
outputs:
next_version: ${{ steps.generate_version.outputs.next_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0 # Needed to fetch all tags

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
digest: ${{ steps.digest.outputs.value }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Log in to registry
- name: Log in to the Container registry
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
digest: ${{ steps.digest.outputs.value }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Log in to registry
- name: Log in to the Container registry
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
runs-on: ubicloud-standard-2
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Log in to the Container registry
- name: Log in to the Container registry
Expand Down