From ff3940b0f7554e6cc1aef38cef59d99cc7f45534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:34:49 +0100 Subject: [PATCH] chore(deps): bump the gha group with 2 updates (#1441) 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 42.0.4 to 42.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/3f54ebb830831fc121d3263c1857cfbdc310cdb9...800a2825992141ddde1a8bca8ad394cec34d3188) Updates `kyverno/action-install-chainsaw` from 0.1.6 to 0.1.7 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.1.6...v0.1.7) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c3c55c9ed..c2dafc883 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - id: changed-files name: Get changed files - uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 #v42.0.4 + uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 #v42.0.5 with: files_ignore: | **/*.md @@ -60,7 +60,7 @@ jobs: with: version: v0.13.0 - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.1.6 + uses: kyverno/action-install-chainsaw@v0.1.7 - name: Create KinD cluster id: kind run: |