Skip to content

Commit 44d69d6

Browse files
authored
Merge pull request #4077 from fluxcd/dependabot/github_actions/ci-f6f7181596
build(deps): bump the ci group with 2 updates
2 parents 1eaf259 + 4d76ff4 commit 44d69d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-bootstrap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
**/go.sum
2727
**/go.mod
2828
- name: Setup Kubernetes
29-
uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0
29+
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
3030
with:
3131
version: v0.20.0
3232
cluster_name: kind

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
**/go.sum
3131
**/go.mod
3232
- name: Setup Kubernetes
33-
uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0
33+
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
3434
with:
3535
version: v0.20.0
3636
cluster_name: kind

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
3333
- name: Setup Docker Buildx
3434
id: buildx
35-
uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v2.8.0
35+
uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1
3636
- name: Setup Syft
3737
uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
3838
- name: Setup Cosign

0 commit comments

Comments
 (0)