Skip to content

Commit

Permalink
chore(deps): bump the gha group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gha group with 3 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [ko-build/setup-ko](https://github.com/ko-build/setup-ko) and [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw).


Updates `tj-actions/changed-files` from 44.5.2 to 44.5.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@d6babd6...cc73385)

Updates `ko-build/setup-ko` from 0.6 to 0.7
- [Release notes](https://github.com/ko-build/setup-ko/releases)
- [Commits](ko-build/setup-ko@v0.6...v0.7)

Updates `kyverno/action-install-chainsaw` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/kyverno/action-install-chainsaw/releases)
- [Commits](kyverno/action-install-chainsaw@v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: ko-build/setup-ko
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 835c624 commit 239383c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- id: changed-files
name: Get changed files
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 #v44.5.2
uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4 #v44.5.5
with:
files_ignore: |
**/*.md
Expand Down Expand Up @@ -70,12 +70,12 @@ jobs:
cache: true

- name: Install ko
uses: ko-build/setup-ko@v0.6
uses: ko-build/setup-ko@v0.7
with:
version: v0.13.0

- name: Install chainsaw
uses: kyverno/[email protected].4
uses: kyverno/[email protected].5

- name: Create KinD cluster ${{ matrix.version }}
id: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
go-version-file: "go.mod"
cache: true

- uses: ko-build/setup-ko@v0.6
- uses: ko-build/setup-ko@v0.7
with:
version: v0.15.1

Expand Down

0 comments on commit 239383c

Please sign in to comment.