Skip to content

Commit

Permalink
chore(deps): bump the gha group with 2 updates (#1441)
Browse files Browse the repository at this point in the history
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](tj-actions/changed-files@3f54ebb...800a282)

Updates `kyverno/action-install-chainsaw` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
- [Commits](kyverno/action-install-chainsaw@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent fad450f commit ff3940b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit ff3940b

Please sign in to comment.