diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9b52f04..88480f5 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.14.3 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.14.3 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.14.3 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.14.3 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.14.3 with: app-slug: ${{ env.APP_SLUG }} api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}