From fa6dc1ef1dd8596e58c9b9b3cacac75e2e0f631c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 05:04:21 +0000 Subject: [PATCH] chore(deps): update support-deps | datasource | package | from | to | | ---------------- | ----------------------------- | ------- | ------- | | github-tags | chainguard-dev/setup-chainctl | v0.3.0 | v0.3.1 | | terraform-module | terraform-aws-modules/eks/aws | 20.35.0 | 20.36.0 | --- .github/actions/setup/action.yaml | 2 +- .github/test-infra/aws/eks/cluster.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index b5bfc605f8..4ca819e0a1 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -53,7 +53,7 @@ runs: - name: Chainguard Login if: ${{ inputs.chainguardIdentity != '' }} - uses: chainguard-dev/setup-chainctl@2302a56a61228140753b428d1018cb0d0addbec6 # v0.3.0 + uses: chainguard-dev/setup-chainctl@272698817627c158bbd813cb783b62a4b9bbbc67 # v0.3.1 with: identity: ${{ inputs.chainguardIdentity }} diff --git a/.github/test-infra/aws/eks/cluster.tf b/.github/test-infra/aws/eks/cluster.tf index d10d13f876..779f22d07b 100644 --- a/.github/test-infra/aws/eks/cluster.tf +++ b/.github/test-infra/aws/eks/cluster.tf @@ -26,7 +26,7 @@ resource "aws_launch_template" "eks_node_group" { # Create EKS Cluster module "eks" { source = "terraform-aws-modules/eks/aws" - version = "~> 20.35.0" + version = "~> 20.36.0" cluster_name = var.name cluster_version = var.kubernetes_version