Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Bump replicatedhq/replicated-actions from 1.7.1 to 1.15.2 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

- name: Create release
id: create-release
uses: replicatedhq/replicated-actions/create-release@v1.7.1
uses: replicatedhq/replicated-actions/create-release@v1.15.2
with:
app-slug: ${{ env.APP_SLUG }}
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:

- name: Create cluster
id: create-cluster
uses: replicatedhq/replicated-actions/create-cluster@v1.7.1
uses: replicatedhq/replicated-actions/create-cluster@v1.15.2
with:
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
kubernetes-distribution: ${{ matrix.cluster.distribution }}
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
done

- name: Remove Cluster
uses: replicatedhq/replicated-actions/remove-cluster@v1.7.1
uses: replicatedhq/replicated-actions/remove-cluster@v1.15.2
if: ${{ success() || cancelled() }}
with:
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
Expand All @@ -600,14 +600,14 @@ jobs:
steps:
- name: Archive Customer
if: ${{ needs.create-test-release.outputs.customer-id != '' }}
uses: replicatedhq/replicated-actions/archive-customer@v1.7.1
uses: replicatedhq/replicated-actions/archive-customer@v1.15.2
with:
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
customer-id: ${{ needs.create-test-release.outputs.customer-id }}

- name: Archive Channel
if: ${{ needs.create-test-release.outputs.channel-slug != '' }}
uses: replicatedhq/replicated-actions/archive-channel@v1.7.1
uses: replicatedhq/replicated-actions/archive-channel@v1.15.2
with:
app-slug: ${{ env.APP_SLUG }}
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
Expand Down