Skip to content

Commit 4eeee52

Browse files
Bump replicatedhq/replicated-actions from 1.1.1 to 1.7.1 (#124)
Bumps [replicatedhq/replicated-actions](https://github.com/replicatedhq/replicated-actions) from 1.1.1 to 1.7.1. - [Release notes](https://github.com/replicatedhq/replicated-actions/releases) - [Commits](replicatedhq/replicated-actions@v1.1.1...v1.7.1) --- updated-dependencies: - dependency-name: replicatedhq/replicated-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cdeefe commit 4eeee52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
190190
- name: Create release
191191
id: create-release
192-
uses: replicatedhq/replicated-actions/create-release@v1.5.2
192+
uses: replicatedhq/replicated-actions/create-release@v1.7.1
193193
with:
194194
app-slug: ${{ env.APP_SLUG }}
195195
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
@@ -234,7 +234,7 @@ jobs:
234234

235235
- name: Create cluster
236236
id: create-cluster
237-
uses: replicatedhq/replicated-actions/create-cluster@v1.1.1
237+
uses: replicatedhq/replicated-actions/create-cluster@v1.7.1
238238
with:
239239
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
240240
kubernetes-distribution: ${{ matrix.cluster.distribution }}
@@ -577,7 +577,7 @@ jobs:
577577
done
578578
579579
- name: Remove Cluster
580-
uses: replicatedhq/replicated-actions/remove-cluster@v1.1.1
580+
uses: replicatedhq/replicated-actions/remove-cluster@v1.7.1
581581
if: ${{ success() || cancelled() }}
582582
with:
583583
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
@@ -589,14 +589,14 @@ jobs:
589589
steps:
590590
- name: Archive Customer
591591
if: ${{ needs.create-test-release.outputs.customer-id != '' }}
592-
uses: replicatedhq/replicated-actions/archive-customer@v1.1.1
592+
uses: replicatedhq/replicated-actions/archive-customer@v1.7.1
593593
with:
594594
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
595595
customer-id: ${{ needs.create-test-release.outputs.customer-id }}
596596

597597
- name: Archive Channel
598598
if: ${{ needs.create-test-release.outputs.channel-slug != '' }}
599-
uses: replicatedhq/replicated-actions/archive-channel@v1.1.1
599+
uses: replicatedhq/replicated-actions/archive-channel@v1.7.1
600600
with:
601601
app-slug: ${{ env.APP_SLUG }}
602602
api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}

0 commit comments

Comments
 (0)