From 84a30983398117c7a5517e8b588410f789fcacd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:06:10 +0000 Subject: [PATCH] chore(deps): bump the gha group with 2 updates Bumps the gha group with 2 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw). Updates `tj-actions/changed-files` from 45.0.4 to 45.0.5 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/4edd678ac3f81e2dc578756871e4d00c19191daf...bab30c2299617f6615ec02a68b9a40d10bd21366) Updates `kyverno/action-install-chainsaw` from 0.2.11 to 0.2.12 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2a34d2278..80026880b 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -25,7 +25,7 @@ jobs: - id: changed-files name: Get changed files - uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf #v45.0.4 + uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 #v45.0.5 with: files_ignore: | **/*.md @@ -75,7 +75,7 @@ jobs: version: v0.16.0 - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.2.11 + uses: kyverno/action-install-chainsaw@v0.2.12 - name: Create KinD cluster ${{ matrix.version }} id: kind