Skip to content

Commit

Permalink
Merge pull request #1598 from grafana/dependabot/github_actions/gha-3…
Browse files Browse the repository at this point in the history
…f635b28f4

chore(deps): bump the gha group across 1 directory with 3 updates
  • Loading branch information
theSuess authored Jul 1, 2024
2 parents 835c624 + 239383c commit a1d05be
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 a1d05be

Please sign in to comment.