From d6e8a70377b3b37df2e82b90c6e7074c79fdf762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 07:42:57 +0000 Subject: [PATCH] chore(deps): bump FairwindsOps/pluto from 5.21.5 to 5.21.6 Bumps [FairwindsOps/pluto](https://github.com/fairwindsops/pluto) from 5.21.5 to 5.21.6. - [Release notes](https://github.com/fairwindsops/pluto/releases) - [Changelog](https://github.com/FairwindsOps/pluto/blob/master/.goreleaser.yml) - [Commits](https://github.com/fairwindsops/pluto/compare/v5.21.5...v5.21.6) --- updated-dependencies: - dependency-name: FairwindsOps/pluto dependency-version: 5.21.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s-apis-deprecation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-apis-deprecation.yml b/.github/workflows/k8s-apis-deprecation.yml index f347d5c77..86d9d1188 100644 --- a/.github/workflows/k8s-apis-deprecation.yml +++ b/.github/workflows/k8s-apis-deprecation.yml @@ -39,7 +39,7 @@ jobs: - name: "🛠️ Setup Pluto" # Pluto in the docs suggest to use master but would be better to tag a release version - uses: FairwindsOps/pluto/github-action@v5.21.5 + uses: FairwindsOps/pluto/github-action@v5.21.6 - name: "🔍 Inspecting ${{ matrix.charts_name }} against k8s ${{ matrix.k8s_version }}" id: inspecting