Skip to content

Commit 1286679

Browse files
authored
Revert "feat(gha/fluxcd/flux2): update v2.2.3 ➼ v2.4.0 (#1515)" (#1517)
This reverts commit 6d7acbd.
1 parent 6d7acbd commit 1286679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flux-localhost-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
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
4747

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

.github/workflows/kube-flux-diff.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
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
2626

2727
- name: Setup Flux
28-
uses: fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4.0
28+
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3
2929
with:
3030
version: "2.2.3"
3131

0 commit comments

Comments
 (0)