Skip to content

Commit

Permalink
feat(gha/fluxcd/flux2): update v2.2.3 ➼ v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Dec 22, 2024
1 parent 540fbcf commit 92740d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-localhost-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format

- name: Setup Flux
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3
uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
with:
version: "${{ env.FLUX_VERSION }}"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kube-flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format

- name: Setup Flux
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3
uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
with:
# renovate: datasource=github-releases depName=fluxcd/flux2
version: "2.2.3"
version: "2.4.0"

- name: Diff Resources
uses: allenporter/flux-local/action/diff@1c5568b09bdd941ec029312fd44aeffb194ef766 # 5.5.1
Expand Down

0 comments on commit 92740d0

Please sign in to comment.