From 10065ee0c2ee3d20504e5b1e17becf6dfd1c80ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:57:51 +0000 Subject: [PATCH] Bump replicatedhq/replicated-actions from 1.15.2 to 1.16.2 Bumps [replicatedhq/replicated-actions](https://github.com/replicatedhq/replicated-actions) from 1.15.2 to 1.16.2. - [Release notes](https://github.com/replicatedhq/replicated-actions/releases) - [Commits](https://github.com/replicatedhq/replicated-actions/compare/v1.15.2...v1.16.2) --- updated-dependencies: - dependency-name: replicatedhq/replicated-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b140901..533e986 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -196,7 +196,7 @@ jobs: - name: Create release id: create-release - uses: replicatedhq/replicated-actions/create-release@v1.15.2 + uses: replicatedhq/replicated-actions/create-release@v1.16.2 with: app-slug: ${{ env.APP_SLUG }} api-token: ${{ secrets.C11Y_MATRIX_TOKEN }} @@ -241,7 +241,7 @@ jobs: - name: Create cluster id: create-cluster - uses: replicatedhq/replicated-actions/create-cluster@v1.15.2 + uses: replicatedhq/replicated-actions/create-cluster@v1.16.2 with: api-token: ${{ secrets.C11Y_MATRIX_TOKEN }} kubernetes-distribution: ${{ matrix.cluster.distribution }} @@ -624,7 +624,7 @@ jobs: done - name: Remove Cluster - uses: replicatedhq/replicated-actions/remove-cluster@v1.15.2 + uses: replicatedhq/replicated-actions/remove-cluster@v1.16.2 if: ${{ success() || cancelled() }} with: api-token: ${{ secrets.C11Y_MATRIX_TOKEN }} @@ -636,14 +636,14 @@ jobs: steps: - name: Archive Customer if: ${{ needs.create-test-release.outputs.customer-id != '' }} - uses: replicatedhq/replicated-actions/archive-customer@v1.15.2 + uses: replicatedhq/replicated-actions/archive-customer@v1.16.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.15.2 + uses: replicatedhq/replicated-actions/archive-channel@v1.16.2 with: app-slug: ${{ env.APP_SLUG }} api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}