diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 90e9354..101c3e9 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 }}