Skip to content

Commit 2e8a21b

Browse files
chore(deps): bump replicatedhq/replicated-actions (#5910)
Bumps [replicatedhq/replicated-actions](https://github.com/replicatedhq/replicated-actions) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/replicatedhq/replicated-actions/releases) - [Commits](replicatedhq/replicated-actions@v1.24.0...v1.26.0) --- updated-dependencies: - dependency-name: replicatedhq/replicated-actions dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58bf3a7 commit 2e8a21b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/kots-e2e/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888

8989
- name: Create a c11y matrix cluster
9090
id: create-cluster
91-
uses: replicatedhq/replicated-actions/create-cluster@v1.24.0
91+
uses: replicatedhq/replicated-actions/create-cluster@v1.26.0
9292
if: ${{ inputs.k8s-distribution != 'k3s-local' }}
9393
with:
9494
api-token: ${{ inputs.cmx-api-token }}
@@ -180,7 +180,7 @@ runs:
180180

181181
- name: Remove Cluster
182182
id: remove-cluster
183-
uses: replicatedhq/replicated-actions/remove-cluster@v1.24.0
183+
uses: replicatedhq/replicated-actions/remove-cluster@v1.26.0
184184
if: ${{ always() && inputs.k8s-cluster-skip-teardown != 'true' && steps.create-cluster.outputs.cluster-id != '' }}
185185
continue-on-error: true
186186
with:

0 commit comments

Comments
 (0)