Skip to content

Commit

Permalink
chore(deps): update fluxcd/flux2 action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 029773b commit b6b411b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-local-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Flux CLI
uses: fluxcd/flux2/action@v2.3.0
uses: fluxcd/flux2/action@v2.4.0
- uses: ./action/diff
id: diff
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flux-local-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Flux CLI
uses: fluxcd/flux2/action@v2.3.0
uses: fluxcd/flux2/action@v2.4.0
- uses: ./action/test
with:
enable-helm: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Flux CLI
uses: fluxcd/flux2/action@v2.3.0
uses: fluxcd/flux2/action@v2.4.0
- uses: supplypike/setup-bin@v4
with:
uri: https://github.com/kyverno/kyverno/releases/download/v1.11.3/kyverno-cli_v1.11.3_linux_x86_64.tar.gz
Expand Down

0 comments on commit b6b411b

Please sign in to comment.