From a7e477b03b3e3e653875c5c4431994dcf54b0179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 01:06:11 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-setup-containerd Bumps [crazy-max/ghaction-setup-containerd](https://github.com/crazy-max/ghaction-setup-containerd) from 2.2.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-setup-containerd/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-containerd/compare/38de4052f2b7ab6094213e121851df6dbdfc6e56...b1962824078138dddccdf925db7402a9428c4aca) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-containerd dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-kubelet-flags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-kubelet-flags.yaml b/.github/workflows/generate-kubelet-flags.yaml index b0abbd51728..e0e93988700 100644 --- a/.github/workflows/generate-kubelet-flags.yaml +++ b/.github/workflows/generate-kubelet-flags.yaml @@ -9,7 +9,7 @@ jobs: contents: read steps: - name: Set up containerd - uses: crazy-max/ghaction-setup-containerd@38de4052f2b7ab6094213e121851df6dbdfc6e56 # v2 + uses: crazy-max/ghaction-setup-containerd@b1962824078138dddccdf925db7402a9428c4aca # v3.2.0 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false