From 0cf32d2d9690c809efa0af62de94e29b9556eb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:40:22 +0000 Subject: [PATCH] Bump replicatedhq/replicated-actions from 1.7.1 to 1.13.0 Bumps [replicatedhq/replicated-actions](https://github.com/replicatedhq/replicated-actions) from 1.7.1 to 1.13.0. - [Release notes](https://github.com/replicatedhq/replicated-actions/releases) - [Commits](https://github.com/replicatedhq/replicated-actions/compare/v1.7.1...v1.13.0) --- 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 9b52f04..74843be 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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.13.0 with: app-slug: ${{ env.APP_SLUG }} api-token: ${{ secrets.C11Y_MATRIX_TOKEN }} @@ -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.13.0 with: api-token: ${{ secrets.C11Y_MATRIX_TOKEN }} kubernetes-distribution: ${{ matrix.cluster.distribution }} @@ -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.13.0 if: ${{ success() || cancelled() }} with: api-token: ${{ secrets.C11Y_MATRIX_TOKEN }} @@ -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.13.0 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.13.0 with: app-slug: ${{ env.APP_SLUG }} api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}