From bc6fab4a752146e026b52245fdd056186444d81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:32:08 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-setup-containerd from 2 to 3 Bumps [crazy-max/ghaction-setup-containerd](https://github.com/crazy-max/ghaction-setup-containerd) from 2 to 3. - [Release notes](https://github.com/crazy-max/ghaction-setup-containerd/releases) - [Commits](https://github.com/crazy-max/ghaction-setup-containerd/compare/v2...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-setup-containerd 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 2f3c221da00..cfc9d602164 100644 --- a/.github/workflows/generate-kubelet-flags.yaml +++ b/.github/workflows/generate-kubelet-flags.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up containerd - uses: crazy-max/ghaction-setup-containerd@v2 + uses: crazy-max/ghaction-setup-containerd@v3 - uses: actions/checkout@v4 - name: Set up branch for kubelet flag changes run: |