Skip to content

Commit

Permalink
Bump replicatedhq/replicated-actions from 1.15.2 to 1.16.2
Browse files Browse the repository at this point in the history
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](replicatedhq/replicated-actions@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and divolgin committed Dec 11, 2024
1 parent a8cb805 commit 10065ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 10065ee

Please sign in to comment.