Skip to content

Commit 294e143

Browse files
dependabot[bot]tekton-robot
authored andcommitted
build(deps): bump chainguard-dev/actions from 1.5.16 to 1.6.1
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.16 to 1.6.1. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@eba358c...0cf1221) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99a7d11 commit 294e143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-matrix-extras.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
name: extra-tests-${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}
155155
path: ${{ env.ARTIFACTS }}
156156

157-
- uses: chainguard-dev/actions/kind-diag@eba358c567c5b091e34187d905258baebdd2a4ec # v1.5.16
157+
- uses: chainguard-dev/actions/kind-diag@0cf1221da92242205c2d9f8a63add344ebd6b304 # v1.6.1
158158
if: ${{ failure() }}
159159
with:
160160
artifact-name: extra-tests-${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}-logs

.github/workflows/e2e-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}
112112
path: ${{ env.ARTIFACTS }}
113113

114-
- uses: chainguard-dev/actions/kind-diag@eba358c567c5b091e34187d905258baebdd2a4ec # v1.5.16
114+
- uses: chainguard-dev/actions/kind-diag@0cf1221da92242205c2d9f8a63add344ebd6b304 # v1.6.1
115115
if: ${{ failure() }}
116116
with:
117117
artifact-name: ${{ matrix.k8s-version }}-${{ matrix.feature-flags }}-${{ matrix.os }}-logs

.github/workflows/nightly-builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "latest_sha=${latest_sha}" >> "$GITHUB_OUTPUT"
5252
5353
- name: Set up Kind cluster
54-
uses: chainguard-dev/actions/setup-kind@eba358c567c5b091e34187d905258baebdd2a4ec # v1.5.16
54+
uses: chainguard-dev/actions/setup-kind@0cf1221da92242205c2d9f8a63add344ebd6b304 # v1.6.1
5555
with:
5656
k8s-version: ${{ env.KUBERNETES_VERSION }}
5757

0 commit comments

Comments
 (0)