feat(gha/fluxcd/flux2): update v2.4.0 ➼ v2.5.1 (#1898)

This commit is contained in:
tinfoild[bot]
2025-04-17 03:40:50 +00:00
committed by GitHub
parent 9d1612e07c
commit 749656f86a
2 changed files with 3 additions and 3 deletions

View File

@@ -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@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
uses: fluxcd/flux2/action@8d5f40dca5aa5d3c0fc3414457dda15a0ac92fa4 # v2.5.1
with:
version: "${{ env.FLUX_VERSION }}"

View File

@@ -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@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
uses: fluxcd/flux2/action@8d5f40dca5aa5d3c0fc3414457dda15a0ac92fa4 # v2.5.1
with:
# renovate: datasource=github-releases depName=fluxcd/flux2
version: "2.4.0"
version: "2.5.1"
- name: Diff Resources
uses: allenporter/flux-local/action/diff@1c5568b09bdd941ec029312fd44aeffb194ef766 # 5.5.1