Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/gomod-f6e6b756ac
Browse files Browse the repository at this point in the history
  • Loading branch information
weisdd authored May 27, 2024
2 parents c1b9ab1 + 7783c1c commit 0d80ab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- id: changed-files
name: Get changed files
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c #v44.4.0
uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba #v44.5.1
with:
files_ignore: |
**/*.md
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
version: v0.13.0

- name: Install chainsaw
uses: kyverno/[email protected].0
uses: kyverno/[email protected].2

- 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 @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install flux
uses: fluxcd/flux2/action@v2.2.3
uses: fluxcd/flux2/action@v2.3.0
- name: Clone repo
uses: actions/checkout@v4
- name: Prepare
Expand Down

0 comments on commit 0d80ab5

Please sign in to comment.